Class MyGetApiResponse
Inheritance
System.Object
MyGetApiResponse
Namespace: Volo.Abp.Cli.ProjectModification
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class MyGetApiResponse : object
Properties
_date
Declaration
public string _date { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Packages
Declaration
public List<MyGetPackage> Packages { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MyGetPackage> |