Class ResponseEnvelope<T>
ResponseEnvelope
Inheritance
System.Object
ResponseEnvelope<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ResponseEnvelope<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Data
Response information (required)
Declaration
public ResultWrapper<T> Data { get; }
Property Value
Type | Description |
---|---|
ResultWrapper<T> |
More
Additional endpoint specific information
Declaration
public object More { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
RequestId
Unique correlation id (required)
Declaration
public string RequestId { get; }
Property Value
Type | Description |
---|---|
System.String |
Status
Response status information (required)
Declaration
public ResponseStatus? Status { get; }
Property Value
Type | Description |
---|---|
System.Nullable<ResponseStatus> |