v1.1.0
Latest
2021.3+

Class ResponseMeta

The metadata for the response returned from an API call.

Inheritance
ResponseMeta
Namespace: Unity.Services.Relay.Models
Syntax
[Preserve]
public class ResponseMeta

Constructors

ResponseMeta(String, Int32)

The metadata for the response returned from an API call.

Declaration
[Preserve]
public ResponseMeta(string requestId, int status)
Parameters
TypeNameDescription
StringrequestId

The unique ID of the request that triggered this response.

Int32status

Indicates the HTTP status code of the response.

Properties

RequestId

The unique ID of the request that triggered this response.

Declaration
[Preserve]
public string RequestId { get; }
Property Value
TypeDescription
String

Status

Indicates the HTTP status code of the response.

Declaration
[Preserve]
public int Status { get; }
Property Value
TypeDescription
Int32