GoogleApi.CloudIot.V1.Model.GatewayConfig (google_api_cloud_iot v0.27.3) 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
Specs
t() :: %GoogleApi.CloudIot.V1.Model.GatewayConfig{
gatewayAuthMethod: String.t() | nil,
gatewayType: String.t() | nil,
lastAccessedGatewayId: String.t() | nil,
lastAccessedGatewayTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.