google_api_cloud_iot v0.7.0 GoogleApi.CloudIot.V1.Model.GatewayConfig View Source
Gateway-related configuration and state.
Attributes
- gatewayAuthMethod (String.t): Indicates how to authorize and/or authenticate devices to access the
gateway. Defaults to
nil
. - gatewayType (String.t): Indicates whether the device is a gateway. Defaults to
nil
. - lastAccessedGatewayId (String.t): [Output only] The ID of the gateway the device accessed most recently. Defaults to
nil
. - lastAccessedGatewayTime (DateTime.t): [Output only] The most recent time at which the device accessed the gateway
specified in
last_accessed_gateway
. Defaults tonil
.
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 Source
t()
View Source
t() :: %GoogleApi.CloudIot.V1.Model.GatewayConfig{
gatewayAuthMethod: String.t(),
gatewayType: String.t(),
lastAccessedGatewayId: String.t(),
lastAccessedGatewayTime: DateTime.t()
}
t() :: %GoogleApi.CloudIot.V1.Model.GatewayConfig{ gatewayAuthMethod: String.t(), gatewayType: String.t(), lastAccessedGatewayId: String.t(), lastAccessedGatewayTime: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.