View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingStatus (google_api_integrations v0.12.1)

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