GatewayListOptions
Options for limiting the list based on gateway type and associations.
JSON representation |
---|
{
// Union field filter can be only one of the following:
"gatewayType": enum(GatewayType),
"associationsGatewayId": string,
"associationsDeviceId": string
// End of list of possible types for the union field filter.
} |
Fields | |
---|---|
Union field | |
|
If |
|
If set, only devices associated with the specified gateway are returned. The gateway ID can be numeric ( |
|
If set, returns only the gateways associated with the specified device. The device ID can be numeric ( |