ListDeviceCodesRequest

April 22, 2020 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
cursorgetCursor()setCursor($value)stringA pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for your original query. See Paginating results for more information.[optional]
location_idgetLocationId()setLocationId($value)stringIf specified, only returns DeviceCodes of the specified location. Returns DeviceCodes of all locations if empty.[optional]
product_typegetProductType()setProductType($value)stringIf specified, only returns DeviceCodes targeting the specified product type. Returns DeviceCodes of all product types if empty. See ProductType for possible values[optional]

Note: All properties are protected and only accessed via getters and setters.

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