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

View Source

EventingStatus indicates the state of eventing.

Attributes

  • description (type: String.t, default: nil) - Output only. Description of error if State is set to "ERROR".
  • state (type: String.t, default: nil) - Output only. State.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V1.Model.EventingStatus{
  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.