Interface IAssetData
public interface IAssetData : IProviderData, IData
- Inherited Members
Properties
CreatedAt
UnixTime? CreatedAt { get; }
Property Value
- UnixTime?
Description
string Description { get; }
Property Value
- string
IsCustom
bool? IsCustom { get; }
Property Value
- bool?
IsDeprecated
bool? IsDeprecated { get; }
Property Value
- bool?
OwnedBy
string OwnedBy { get; }
Property Value
- string