ContentItemListResponse
ZEPETO.Module.Shop.ContentItemListResponse
The ContentItemListResponse
class provides the API call result and the retrieved item list.
Hierarchy
↳
ContentItemListResponse
Constructors
constructor
• new ContentItemListResponse()
Inherited from
Properties
isSuccess
• isSuccess: boolean
Represents the success status of the request.
Set to true
upon successful completion.
Inherited from
items
• items: Item
[]
Item List.
message
• message: string
Describes the result of the request.
Inherited from
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.