Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.15 KB

QualificationsRedeemables.md

File metadata and controls

14 lines (11 loc) · 1.15 KB

# QualificationsRedeemables

Properties

Name Type Description Notes
object string The type of object represented by JSON. Default is `list`. [default to 'list']
data_ref string Identifies the name of the attribute that contains the array of qualified redeemables. [default to 'data']
data \OpenAPI\Client\Model\QualificationsRedeemable[] Array of qualified redeemables.
total int The number of redeemables returned in the API request.
has_more bool As results are always limited, the `has_more` flag indicates whether there are more records for given parameters. This let's you know if you are able to run another request (with different options) to get more records returned in the results.
more_starting_after \DateTime Timestamp representing the date and time to use in starting_after cursor to get more redeemables. [optional]

[Back to Model list] [Back to API list] [Back to README]