Skip to main content

ContentItemListResponse

ZEPETO.Module.Shop.ContentItemListResponse

The ContentItemListResponse class provides the API call result and the retrieved item list.

Hierarchy

Constructors

constructor

new ContentItemListResponse()

Inherited from

PlayBaasResponse.constructor

Properties

isSuccess

isSuccess: boolean

Represents the success status of the request. Set to true upon successful completion.

Inherited from

PlayBaasResponse.isSuccess


items

items: Item[]

Item List.


message

message: string

Describes the result of the request.

Inherited from

PlayBaasResponse.message


nextPageToken

nextPageToken: string

The nextPageToken is included in the response when numerous items are available, allowing retrieval of the subsequent item list. When no items remain, nextPageToken is set to null.