Class AssetAuthor
Author of the asset.
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
public class AssetAuthor
Properties
Company
Company of the author.
Declaration
public string Company { get; set; }
Property Value
Type | Description |
---|---|
String |
Details
Details of the author.
Declaration
public string Details { get; set; }
Property Value
Type | Description |
---|---|
String |
EmailAddress
Email address of the author.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
Name of the author.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |