GoogleApi.Connectors.V1.Model.ConnectionStatus (google_api_connectors v0.18.0)

View Source

ConnectionStatus indicates the state of the connection.

Attributes

  • description (type: String.t, default: nil) - Description.
  • state (type: String.t, default: nil) - State.
  • status (type: String.t, default: nil) - Status provides detailed information for the state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V1.Model.ConnectionStatus{
  description: String.t() | nil,
  state: String.t() | nil,
  status: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.