View Source GoogleApi.PubSubLite.V1.Model.Cursor (google_api_pub_sub_lite v0.9.0)

A cursor that describes the position of a message within a topic partition.

Attributes

  • offset (type: String.t, default: nil) - The offset of a message within a topic partition. Must be greater than or equal 0.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PubSubLite.V1.Model.Cursor{offset: String.t() | nil}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.