docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PublishScriptRequest

    PublishScriptRequest

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

    Constructors

    PublishScriptRequest(int)

    Initializes a new instance of the PublishScriptRequest class.

    Declaration
    [Preserve]
    public PublishScriptRequest(int version = 0)
    Parameters
    Type Name Description
    int version

    Version number to be published..

    Properties

    _Version

    Version number to be published.

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

    Version number to be published.

    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)