Show / Hide Table of Contents

Class GatewayConfig

Gateway-related configuration and state.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GatewayAuthMethod

Indicates how to authorize and/or authenticate devices to access the gateway.

Declaration
[JsonProperty("gatewayAuthMethod")]
public virtual string GatewayAuthMethod { get; set; }
Property Value
Type Description
string

GatewayType

Indicates whether the device is a gateway.

Declaration
[JsonProperty("gatewayType")]
public virtual string GatewayType { get; set; }
Property Value
Type Description
string

LastAccessedGatewayId

[Output only] The ID of the gateway the device accessed most recently.

Declaration
[JsonProperty("lastAccessedGatewayId")]
public virtual string LastAccessedGatewayId { get; set; }
Property Value
Type Description
string

LastAccessedGatewayTime

[Output only] The most recent time at which the device accessed the gateway specified in last_accessed_gateway.

Declaration
[JsonProperty("lastAccessedGatewayTime")]
public virtual object LastAccessedGatewayTime { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX