docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Environment

    A environment

    Inheritance
    object
    Environment
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.RemoteConfig
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "Environment")]
    [Preserve]
    public class Environment

    Constructors

    Environment(string, string, string, DateTime, DateTime)

    Initializes a new instance of the Environment class.

    Declaration
    [Preserve]
    public Environment(string id = null, string projectId = null, string name = null, DateTime createdAt = default, DateTime updatedAt = default)
    Parameters
    Type Name Description
    string id

    id.

    string projectId

    projectId.

    string name

    name (required).

    DateTime createdAt

    createdAt.

    DateTime updatedAt

    updatedAt.

    Properties

    CreatedAt

    Gets or Sets CreatedAt

    Declaration
    [DataMember(Name = "createdAt", EmitDefaultValue = false)]
    [Preserve]
    public DateTime CreatedAt { get; set; }
    Property Value
    Type Description
    DateTime

    Id

    Gets or Sets Id

    Declaration
    [DataMember(Name = "id", EmitDefaultValue = false)]
    [Preserve]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Name

    Gets or Sets Name

    Declaration
    [DataMember(Name = "name", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    ProjectId

    Gets or Sets ProjectId

    Declaration
    [DataMember(Name = "projectId", EmitDefaultValue = false)]
    [Preserve]
    public string ProjectId { get; set; }
    Property Value
    Type Description
    string

    UpdatedAt

    Gets or Sets UpdatedAt

    Declaration
    [DataMember(Name = "updatedAt", EmitDefaultValue = false)]
    [Preserve]
    public DateTime UpdatedAt { get; set; }
    Property Value
    Type Description
    DateTime
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)