Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JSON representation

Code Block
{
   // Union field gateway_or_device can be only one of the following:
  "delegatedDeviceId": string,
  "gatewayId": string
  // End of list of possible types for union field gateway_or_device.
}

...