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