google_api_pub_sub_lite v0.2.0 GoogleApi.PubSubLite.V1.Model.ListTopicsResponse View Source
Response for ListTopics.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token that can be sent aspage_tokento 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.PubSubLite.V1.Model.ListTopicsResponse{
nextPageToken: String.t(),
topics: [GoogleApi.PubSubLite.V1.Model.Topic.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.