Class AssetUpdate
This is a base class containing the information necessary to update an asset.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public class AssetUpdate : AssetInfo, IAssetUpdate, IAssetInfo
Constructors
AssetUpdate()
Declaration
public AssetUpdate()
AssetUpdate(IAsset)
Declaration
[Obsolete("Use the default constructor instead.")]
public AssetUpdate(IAsset asset)
Parameters
Type | Name | Description |
---|---|---|
IAsset | asset |
Properties
PreviewFile
The preview file ID of the asset.
Declaration
public string PreviewFile { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusFlowDescriptor
The status flow of the asset.
Declaration
public StatusFlowDescriptor? StatusFlowDescriptor { get; set; }
Property Value
Type | Description |
---|---|
StatusFlowDescriptor? |
Type
The type of the asset.
Declaration
public AssetType? Type { get; set; }
Property Value
Type | Description |
---|---|
AssetType? |