GoogleApi.VerifiedAccess.V1.Model.SignedData (google_api_verified_access v0.11.0)

View Source

The wrapper message of any data and its signature.

Attributes

  • data (type: String.t, default: nil) - The data to be signed.
  • signature (type: String.t, default: nil) - The signature of the data field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VerifiedAccess.V1.Model.SignedData{
  data: String.t() | nil,
  signature: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.