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.