GoogleApi.Connectors.V1.Model.ConnectionStatus (google_api_connectors v0.2.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.