View Source GoogleApi.Connectors.V1.Model.EventSubscriptionStatus (google_api_connectors v0.16.0)

EventSubscription Status denotes the status of the EventSubscription resource.

Attributes

  • description (type: String.t, default: nil) - Output only. Description of the state.
  • state (type: String.t, default: nil) - Output only. State of Event Subscription resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.