docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UpdateModuleResponse

    UpdateModuleResponse

    Inheritance
    object
    UpdateModuleResponse
    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.CloudCode
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "UpdateModuleResponse")]
    [Preserve]
    public class UpdateModuleResponse

    Constructors

    UpdateModuleResponse(DateTime)

    Initializes a new instance of the UpdateModuleResponse class.

    Declaration
    [Preserve]
    public UpdateModuleResponse(DateTime dateModified = default)
    Parameters
    Type Name Description
    DateTime dateModified

    RFC3339 date representation.

    Properties

    DateModified

    RFC3339 date representation

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

    RFC3339 date representation

    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)