Class Environment
Inherited Members
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class Environment
Properties
ArchivedAt
The date the environment was archived upstream
Declaration
public DateTime? ArchivedAt { get; }
Property Value
Type | Description |
---|---|
DateTime? |
CreatedAt
The date the environment was created upstream
Declaration
public DateTime CreatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |
DeletedAt
The date the environment was soft deleted upstream
Declaration
public DateTime? DeletedAt { get; }
Property Value
Type | Description |
---|---|
DateTime? |
Id
Environment id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
IsDefault
Is the default environment for this project
Declaration
public bool IsDefault { get; }
Property Value
Type | Description |
---|---|
bool |
Name
Environment name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Project id
Declaration
public string ProjectId { get; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
The date the environment was last updated upstream
Declaration
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |