ModifyCloudToDeviceConfigRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request for ModifyCloudToDeviceConfig.
Attributes
| Name | Description | 
| name | strRequired. The name of the device. For example, projects/p0/locations/us-central1/registries/registry0/devices/device0orprojects/p0/locations/us-central1/registries/registry0/devices/{num_id}. | 
| version_to_update | intThe version number to update. If this value is zero, it will not check the version number of the server and will always update the current version; otherwise, this update will fail if the version number found on the server does not match this version number. This is used to support multiple simultaneous updates without losing data. | 
| binary_data | bytesRequired. The configuration data for the device. |