View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1ConnectionStatus (google_api_integrations v0.14.0)

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.Integrations.V1alpha.Model.GoogleCloudConnectorsV1ConnectionStatus{
    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.