View Source GoogleApi.PubSubLite.V1.Model.ListTopicSubscriptionsResponse (google_api_pub_sub_lite v0.9.0)

Response for ListTopicSubscriptions.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.
  • subscriptions (type: list(String.t), default: nil) - The names of subscriptions attached to the topic. The order of the subscriptions is unspecified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.