GoogleApi.WorkspaceEvents.V1.Model.ListSubscriptionsResponse (google_api_workspace_events v0.4.1)
View SourceThe response message for SubscriptionsService.ListSubscriptions.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_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
@type t() :: %GoogleApi.WorkspaceEvents.V1.Model.ListSubscriptionsResponse{ nextPageToken: String.t() | nil, subscriptions: [GoogleApi.WorkspaceEvents.V1.Model.Subscription.t()] | nil }