Skip to main content

BaseRequest$1

ZEPETO.Product.BaseRequest$1

BaseRequest class that accepts a generic TResponse type as the response data.

Type parameters

NameDescription
TResponseType of response data.

Hierarchy

Constructors

constructor

new BaseRequest$1<TResponse>()

Type parameters

NameDescription
TResponseDefines 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