Show / Hide Table of Contents

Class BindDeviceToGatewayRequest

Request for BindDeviceToGateway.

Inheritance
object
BindDeviceToGatewayRequest
Implements
IDirectResponseSchema
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 BindDeviceToGatewayRequest : IDirectResponseSchema

Properties

DeviceId

Required. The device to associate with 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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX