View Source GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1EventingStatus (google_api_integrations v0.10.0)

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

@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1EventingStatus{
  description: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.