Show / Hide Table of Contents

Class GatewayConfig

Gateway-related configuration and state.

Inheritance
System.Object
GatewayConfig
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.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
System.String

GatewayType

Indicates whether the device is a gateway.

Declaration
[JsonProperty("gatewayType")]
public virtual string GatewayType { get; set; }
Property Value
Type Description
System.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
System.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
System.Object

Implements

IDirectResponseSchema
In This Article
Back to top