Class ApiResponse<T>
API Response
Inherited Members
Namespace: Unity.Services.Apis
Assembly: Unity.Services.Apis.dll
Syntax
public class ApiResponse<T> : ApiResponse
Type Parameters
| Name | Description |
|---|---|
| T | The model associated to the response |
Constructors
ApiResponse()
Initializes a new instance of the ApiResponse<T> class.
Declaration
public ApiResponse()
Properties
Data
Gets or sets the data (parsed HTTP body)
Declaration
public T Data { get; }
Property Value
| Type | Description |
|---|---|
| T | The data. |