GoogleApi.WalletObjects.V1.Model.DiffVersionResponse (google_api_wallet_objects v0.12.0)

View Source

Backend response for a Diff get version response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.

Attributes

  • objectSizeBytes (type: String.t, default: nil) - The total size of the server object.
  • objectVersion (type: String.t, default: nil) - The version of the object stored at the server.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.DiffVersionResponse{
  objectSizeBytes: String.t() | nil,
  objectVersion: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.