Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.26 KB

QualificationsRedeemables.md

File metadata and controls

18 lines (12 loc) · 1.26 KB

QualificationsRedeemables

List of redeemables for examine qualification.

Properties

Name Type Description Notes
object str The type of the object represented by JSON. Default is `list`. [optional] [default to 'list']
data_ref str Identifies the name of the attribute that contains the array of qualified redeemables. [optional] [default to 'data']
data List[QualificationsRedeemable] Array of qualified redeemables. [optional]
total int The number of redeemables returned in the API request. [optional]
has_more bool As results are always limited, the `has_more` flag indicates if there are more records for given parameters. This lets you know if you can run another request (with different options) to get more records returned in the results. [optional]
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]