Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 1.18 KB

ListDeviceCodesRequest.md

File metadata and controls

17 lines (10 loc) · 1.18 KB

ListDeviceCodesRequest

Description

Properties

Name Getter Setter Type Description Notes
cursor getCursor() setCursor($value) string A 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_id getLocationId() setLocationId($value) string If specified, only returns DeviceCodes of the specified location. Returns DeviceCodes of all locations if empty. [optional]
product_type getProductType() setProductType($value) string If 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]