docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ResponseMeta

    The metadata for the response returned from an API call.

    Inheritance
    object
    ResponseMeta
    Namespace: Unity.Services.Relay.Models
    Assembly: solution.dll
    Syntax
    public class ResponseMeta

    Constructors

    ResponseMeta(string, int)

    The metadata for the response returned from an API call.

    Declaration
    public ResponseMeta(string requestId, int status)
    Parameters
    Type Name Description
    string requestId

    The unique ID of the request that triggered this response.

    int status

    Indicates the HTTP status code of the response.

    Properties

    RequestId

    The unique ID of the request that triggered this response.

    Declaration
    public string RequestId { get; }
    Property Value
    Type Description
    string

    Status

    Indicates the HTTP status code of the response.

    Declaration
    public int Status { get; }
    Property Value
    Type Description
    int
    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)