ResponseV2

A base class for holding a Response from our API Version 2. Contains meta data such as reponse code, requestId, and error data. If the request was successful a result object of type T will be in the field result.

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Properties

Link copied to clipboard
var meta: ResponseV2.Meta? = null
Link copied to clipboard
Link copied to clipboard
var result: T? = null