View Source GoogleApi.PubSubLite.V1.Model.CommitCursorRequest (google_api_pub_sub_lite v0.10.0)
Request for CommitCursor.
Attributes
-
cursor
(type:GoogleApi.PubSubLite.V1.Model.Cursor.t
, default:nil
) - The new value for the committed cursor. -
partition
(type:String.t
, default:nil
) - The partition for which to update the cursor. Partitions are zero indexed, sopartition
must be in the range [0, topic.num_partitions).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PubSubLite.V1.Model.CommitCursorRequest{ cursor: GoogleApi.PubSubLite.V1.Model.Cursor.t() | nil, partition: String.t() | nil }