google_api_verified_access v0.6.0 GoogleApi.VerifiedAccess.V1.Model.SignedData 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.