docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PublishScriptResponse

    PublishScriptResponse

    Inheritance
    object
    PublishScriptResponse
    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 = "PublishScriptResponse")]
    [Preserve]
    public class PublishScriptResponse

    Constructors

    PublishScriptResponse(int, DateTime)

    Initializes a new instance of the PublishScriptResponse class.

    Declaration
    [Preserve]
    public PublishScriptResponse(int version = 0, DateTime datePublished = default)
    Parameters
    Type Name Description
    int version

    The version number of the newly published script version (required).

    DateTime datePublished

    RFC3339 date representation (required).

    Properties

    DatePublished

    RFC3339 date representation

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

    RFC3339 date representation

    _Version

    The version number of the newly published script version

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

    The version number of the newly published script version

    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)