Interface IAssetCollectionUpdate
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface IAssetCollectionUpdate
Properties
Description
Describes the collection.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the collection.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |