Class UnbindDeviceFromGatewayRequest
Request for UnbindDeviceFromGateway
.
Inheritance
object
UnbindDeviceFromGatewayRequest
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIot.v1.Data
Assembly: Google.Apis.CloudIot.v1.dll
Syntax
public class UnbindDeviceFromGatewayRequest : IDirectResponseSchema
Properties
DeviceId
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.
Declaration
[JsonProperty("deviceId")]
public virtual string DeviceId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GatewayId
Required. The value of gateway_id
can be either the device numeric ID or the user-defined device
identifier.
Declaration
[JsonProperty("gatewayId")]
public virtual string GatewayId { get; set; }
Property Value
Type | Description |
---|---|
string |