Class AssetInfo
Implements
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public abstract class AssetInfo : IAssetInfo
Properties
Description
The description of the asset.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the asset.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Tags
The tags of the asset.
Declaration
public List<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
List<string> |