Struct AssetProjectProperties
The properties of an IAssetProject.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public struct AssetProjectProperties
Properties
Created
The date time of creation the project.
Declaration
public readonly DateTime Created { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
HasCollection
Whether the project has any collections
Declaration
public readonly bool HasCollection { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Metadata
Additional project metadata.
Declaration
public readonly Dictionary<string, string> Metadata { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
Name
The project name.
Declaration
public readonly string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Updated
The date time of last update the project.
Declaration
public readonly DateTime Updated { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |