Class AssetProjectCreation
Implements
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public class AssetProjectCreation : IAssetProjectCreation
Properties
Metadata
The project metadata.
Declaration
public IDeserializable Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDeserializable |
Name
The project name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |