google_api_cloud_iot v0.22.0 GoogleApi.CloudIot.V1.Model.GatewayConfig View Source
Gateway-related configuration and state.
Attributes
gatewayAuthMethod
(type:String.t
, default:nil
) - Indicates how to authorize and/or authenticate devices to access the gateway.gatewayType
(type:String.t
, default:nil
) - Indicates whether the device is a gateway.lastAccessedGatewayId
(type:String.t
, default:nil
) - [Output only] The ID of the gateway the device accessed most recently.lastAccessedGatewayTime
(type:DateTime.t
, default:nil
) - [Output only] The most recent time at which the device accessed the gateway specified inlast_accessed_gateway
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudIot.V1.Model.GatewayConfig{ gatewayAuthMethod: String.t(), gatewayType: String.t(), lastAccessedGatewayId: String.t(), lastAccessedGatewayTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.