Inherits AssetStoreAPI.ParsedData.
Public Member Functions | |
def | __init__ |
def | GetName |
def | GetStatus |
def | GetVersion |
def | GetSize |
def | GetPrice |
def | GetCategoryId |
def | GetReleaseNotes |
def | GetModifiedDate |
def | GetCreatedDate |
def | GetPublishedDate |
Public Member Functions inherited from AssetStoreAPI.ParsedData | |
def | __init__ |
def | ParseDate |
def | ParseDateTime |
def | ParseCurrency |
Public Attributes | |
data | |
Public Attributes inherited from AssetStoreAPI.ParsedData | |
data | |
Static Public Attributes | |
int | StatusUnknown = -1 |
int | StatusError = 1 |
int | StatusDraft = 2 |
int | StatusPending = 3 |
int | StatusDeclined = 4 |
int | StatusPublished = 5 |