## The information used to page through the list of results. The object is empty if there are no more pages left to page through. [Read More](https://dev.twitch.tv/docs/api/guide#pagination)
## The information used to page through the list of results. The object is empty if there are no more pages left to page through. [Read More](https://dev.twitch.tv/docs/api/guide#pagination)
## All optional parameters for TwitchAPI.get_drops_entitlements
## #/components/schemas/GetDropsEntitlementsOpt
classOptextendsTwitchData:
## An ID that identifies the entitlement to get. Include this parameter for each entitlement you want to get. For example, `id=1234&id=5678`. You may specify a maximum of 100 IDs.
@exportvarid:Array[String]:
set(val):
id=val
track_data(&"id",val)
## An ID that identifies a user that was granted entitlements.
@exportvaruser_id:String:
set(val):
user_id=val
track_data(&"user_id",val)
## An ID that identifies a game that offered entitlements.
@exportvargame_id:String:
set(val):
game_id=val
track_data(&"game_id",val)
## The entitlement’s fulfillment status. Used to filter the list to only those with the specified status. Possible values are:
##
## * CLAIMED
## * FULFILLED
@exportvarfulfillment_status:String:
set(val):
fulfillment_status=val
track_data(&"fulfillment_status",val)
## The cursor used to get the next page of results. The **Pagination** object in the response contains the cursor’s value. [Read More](https://dev.twitch.tv/docs/api/guide#pagination)
@exportvarafter:String:
set(val):
after=val
track_data(&"after",val)
## The maximum number of entitlements to return per page in the response. The minimum page size is 1 entitlement per page and the maximum is 1000\. The default is 20.