GoogleApi.Connectors.V2.Model.CheckStatusResponse (google_api_connectors v0.18.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.