View Source GoogleApi.WalletObjects.V1.Model.DiffVersionResponse (google_api_wallet_objects v0.8.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.