View Source GoogleApi.PubSubLite.V1.Model.ListPartitionCursorsResponse (google_api_pub_sub_lite v0.9.0)
Response for ListPartitionCursors
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. -
partitionCursors
(type:list(GoogleApi.PubSubLite.V1.Model.PartitionCursor.t)
, default:nil
) - The partition cursors from this request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PubSubLite.V1.Model.ListPartitionCursorsResponse{ nextPageToken: String.t() | nil, partitionCursors: [GoogleApi.PubSubLite.V1.Model.PartitionCursor.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.