docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayBuildsContainer

    Container image based build details.

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

    Constructors

    MultiplayBuildsContainer(string)

    Initializes a new instance of the MultiplayBuildsContainer class.

    Declaration
    [Preserve]
    public MultiplayBuildsContainer(string imageTag = null)
    Parameters
    Type Name Description
    string imageTag

    The container image tag for a build within an environment. (required).

    Properties

    ImageTag

    The container image tag for a build within an environment.

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

    The container image tag for a build within an environment.

    In This Article
    Back to top
    Copyright © 2025 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)