Class UnbindDeviceFromGatewayRequest (2.2.1)

UnbindDeviceFromGatewayRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request for UnbindDeviceFromGateway. .. attribute:: parent

Required. The name of the registry. For example, projects/example-project/locations/us-central1/registries/my-registry.

:type: str

Attributes

NameDescription
gateway_id str
Required. The value of gateway_id can be either the device numeric ID or the user-defined device identifier.
device_id str
Required. The device to disassociate from the specified gateway. The value of device_id can be either the device numeric ID or the user-defined device identifier.