View Source GoogleApi.Connectors.V2.Model.CheckStatusResponse (google_api_connectors v0.9.0)

The status of the connector.

Attributes

  • description (type: String.t, default: nil) - When the connector is not in ACTIVE state, the description must be populated to specify the reason why it's not in ACTIVE state.
  • state (type: String.t, default: nil) - State of the connector.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V2.Model.CheckStatusResponse{
  description: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.