Class AuthoringInfo
Contains information about the author and the editor.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public class AuthoringInfo
Properties
Created
The date and time of creation.
Declaration
public DateTime Created { get; }
Property Value
Type | Description |
---|---|
DateTime |
CreatedBy
The id of the user who created.
Declaration
public UserId CreatedBy { get; }
Property Value
Type | Description |
---|---|
UserId |
Updated
The date and time of update.
Declaration
public DateTime Updated { get; }
Property Value
Type | Description |
---|---|
DateTime |
UpdatedBy
The id of the user who updated.
Declaration
public UserId UpdatedBy { get; }
Property Value
Type | Description |
---|---|
UserId |