BaseRequest$1
ZEPETO.Module.BaseRequest$1
BaseRequest
class that accepts a generic TResponse
type as the response data.
Type parameters
Name | Description |
---|---|
TResponse | Type of response data. |
Hierarchy
BaseAPIRequest
↳
BaseRequest$1
Constructors
constructor
• new BaseRequest$1<TResponse
>()
Type parameters
Name | Description |
---|---|
TResponse | Defines the type that influences the available options, functionality, and behavior of the BaseRequest$1 object. |
Inherited from
PlayBaas_Http.BaseAPIRequest.constructor
Accessors
responseData
• get
responseData(): TResponse
Response data of the generic TResponse
type.
Returns
TResponse