Method: Verizon::DeviceGroupUpdateRequest#devices_to_add
- Defined in:
- lib/verizon/models/device_group_update_request.rb
#devices_to_add ⇒ Array[DeviceId]
Zero or more devices to add to the device group, specified by device ID. The devices will be removed from their current device groups. You can use POST /devices/actions/list to get a list of all devices in the account.
17 18 19 |
# File 'lib/verizon/models/device_group_update_request.rb', line 17 def devices_to_add @devices_to_add end |