Class AssetCollectionUpdate
Implements
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public class AssetCollectionUpdate : IAssetCollectionUpdate
Properties
Description
Describes the collection.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the collection.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |