public sealed class UnbindDeviceFromGatewayRequest : IMessage<UnbindDeviceFromGatewayRequest>, IEquatable<UnbindDeviceFromGatewayRequest>, IDeepCloneable<UnbindDeviceFromGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class UnbindDeviceFromGatewayRequest.
Request for UnbindDeviceFromGateway
.
Implements
IMessage<UnbindDeviceFromGatewayRequest>, IEquatable<UnbindDeviceFromGatewayRequest>, IDeepCloneable<UnbindDeviceFromGatewayRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
UnbindDeviceFromGatewayRequest()
public UnbindDeviceFromGatewayRequest()
UnbindDeviceFromGatewayRequest(UnbindDeviceFromGatewayRequest)
public UnbindDeviceFromGatewayRequest(UnbindDeviceFromGatewayRequest other)
Parameter | |
---|---|
Name | Description |
other | UnbindDeviceFromGatewayRequest |
Properties
DeviceId
public string DeviceId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |
GatewayId
public string GatewayId { get; set; }
Required. The value of gateway_id
can be either the device numeric ID or the
user-defined device identifier.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The name of the registry. For example,
projects/example-project/locations/us-central1/registries/my-registry
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsRegistryName
public RegistryName ParentAsRegistryName { get; set; }
RegistryName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
RegistryName |