Class ApiResponse<T>
- Namespace
- Textkernel.Tx.Models.API
- Assembly
- Textkernel.Tx.SDK.dll
The response body from a Tx API call
public class ApiResponse<T> : ITxResponse
Type Parameters
T
- Inheritance
-
ApiResponse<T>
- Implements
- Derived
- Inherited Members
Properties
Info
Contains information about the response and the customer
public ApiResponseInfo Info { get; set; }
Property Value
Value
The data returned based on the request type/content
public T Value { get; set; }
Property Value
- T