View Source GoogleApi.Connectors.V1.Model.ListEventSubscriptionsResponse (google_api_connectors v0.9.0)

Response message for ConnectorsService.ListEventSubscriptions

Attributes

  • eventSubscriptions (type: list(GoogleApi.Connectors.V1.Model.EventSubscription.t), default: nil) - Subscriptions.
  • nextPageToken (type: String.t, default: nil) - Next page token.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.ListEventSubscriptionsResponse{
  eventSubscriptions:
    [GoogleApi.Connectors.V1.Model.EventSubscription.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.