Interface IAssetCreation
Namespace: Unity.Cloud.Assets
Syntax
public interface IAssetCreation
Properties
Description
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Project
Declaration
IProject Project { get; set; }
Property Value
Type | Description |
---|---|
IProject |
Type
Declaration
string Type { get; set; }
Property Value
Type | Description |
---|---|
String |
Version
Declaration
int Version { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
VersionName
Declaration
string VersionName { get; set; }
Property Value
Type | Description |
---|---|
String |