View Source GoogleApi.PubSubLite.V1.Model.ComputeHeadCursorResponse (google_api_pub_sub_lite v0.10.0)
Response containing the head cursor for the requested topic and partition.
Attributes
-
headCursor
(type:GoogleApi.PubSubLite.V1.Model.Cursor.t
, default:nil
) - The head cursor.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PubSubLite.V1.Model.ComputeHeadCursorResponse{ headCursor: GoogleApi.PubSubLite.V1.Model.Cursor.t() | nil }