docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CreateBackfillTicketResponse

    CreateBackfillTicketResponse model

    Inheritance
    object
    CreateBackfillTicketResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Matchmaker.Models
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    [Preserve]
    [DataContract(Name = "CreateBackfillTicketResponse")]
    public class CreateBackfillTicketResponse

    Constructors

    CreateBackfillTicketResponse(string)

    Creates an instance of CreateBackfillTicketResponse.

    Declaration
    [Preserve]
    public CreateBackfillTicketResponse(string id = null)
    Parameters
    Type Name Description
    string id

    The backfill ticket ID that was newly created.

    Properties

    Id

    The backfill ticket ID that was newly created.

    Declaration
    [Preserve]
    [DataMember(Name = "id", EmitDefaultValue = false)]
    public string Id { get; }
    Property Value
    Type Description
    string
    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)