View Source GoogleApi.PubSubLite.V1.Model.ListTopicsResponse (google_api_pub_sub_lite v0.10.0)

Response for ListTopics.

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.
  • topics (type: list(GoogleApi.PubSubLite.V1.Model.Topic.t), default: nil) - The list of topic in the requested parent. The order of the topics is unspecified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.