Interface IAssetInfo
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface IAssetInfo
Properties
Description
The description of the asset.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the asset.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
StatusFlowDescriptor
The status flow of the asset.
Declaration
StatusFlowDescriptor? StatusFlowDescriptor { get; }
Property Value
Type | Description |
---|---|
StatusFlowDescriptor? |
Tags
The tags of the asset.
Declaration
List<string> Tags { get; }
Property Value
Type | Description |
---|---|
List<string> |