google_api_cloud_iot v0.7.0 GoogleApi.CloudIot.V1.Model.HttpConfig View Source
The configuration of the HTTP bridge for a device registry.
Attributes
- httpEnabledState (String.t): If enabled, allows devices to use DeviceService via the HTTP protocol.
Otherwise, any requests to DeviceService will fail for this registry. Defaults to
nil
.
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.HttpConfig{httpEnabledState: String.t()}
t() :: %GoogleApi.CloudIot.V1.Model.HttpConfig{httpEnabledState: String.t()}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.