Class AssetCollectionCreation
This object contains the information about an asset collection.
Implements
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public class AssetCollectionCreation : IAssetCollectionCreation
Constructors
AssetCollectionCreation(string, string)
Declaration
public AssetCollectionCreation(string name, string description)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | description |
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 |
ParentPath
The path to the parent collection; can be empty.
Declaration
public CollectionPath ParentPath { get; set; }
Property Value
Type | Description |
---|---|
CollectionPath |