google_api_cloud_iot v0.7.0 GoogleApi.CloudIot.V1.Model.MqttConfig View Source

The configuration of MQTT for a device registry.

Attributes

  • mqttEnabledState (String.t): If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail. 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() :: %GoogleApi.CloudIot.V1.Model.MqttConfig{mqttEnabledState: String.t()}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.