GoogleApi.WorkspaceEvents.V1.Model.ListSubscriptionsResponse (google_api_workspace_events v0.4.1)

View Source

The response message for SubscriptionsService.ListSubscriptions.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • subscriptions (type: list(GoogleApi.WorkspaceEvents.V1.Model.Subscription.t), default: nil) - List of subscriptions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkspaceEvents.V1.Model.ListSubscriptionsResponse{
  nextPageToken: String.t() | nil,
  subscriptions: [GoogleApi.WorkspaceEvents.V1.Model.Subscription.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.