Interface IAssetCollectionCreation
This object contains the information pertaining to an asset collection.
Namespace: Unity.Cloud.Assets
Syntax
public interface IAssetCollectionCreation
Properties
Description
Describes the collection.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
String |
Metadata
Additional serialized information about the collection.
Declaration
IDeserializable Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDeserializable |
Name
The name of the collection.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |
ParentPath
The path to the parent collection; can be empty.
Declaration
CollectionPath ParentPath { get; set; }
Property Value
Type | Description |
---|---|
CollectionPath |