docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ListAllocations400Response

    ListAllocations400Response

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

    Constructors

    ListAllocations400Response(string, List<object>, string, int, string)

    Initializes a new instance of the ListAllocations400Response class.

    Declaration
    [Preserve]
    public ListAllocations400Response(string detail = null, List<object> details = null, string requestId = null, int status = 0, string title = null)
    Parameters
    Type Name Description
    string detail

    detail.

    List<object> details

    details.

    string requestId

    requestId.

    int status

    status.

    string title

    title.

    Properties

    Detail

    Gets or Sets Detail

    Declaration
    [DataMember(Name = "detail", EmitDefaultValue = false)]
    [Preserve]
    public string Detail { get; set; }
    Property Value
    Type Description
    string

    Details

    Gets or Sets Details

    Declaration
    [DataMember(Name = "details", EmitDefaultValue = false)]
    [Preserve]
    public List<object> Details { get; set; }
    Property Value
    Type Description
    List<object>

    RequestId

    Gets or Sets RequestId

    Declaration
    [DataMember(Name = "requestId", EmitDefaultValue = false)]
    [Preserve]
    public string RequestId { get; set; }
    Property Value
    Type Description
    string

    Status

    Gets or Sets Status

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

    Title

    Gets or Sets Title

    Declaration
    [DataMember(Name = "title", EmitDefaultValue = false)]
    [Preserve]
    public string Title { get; set; }
    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)