GoogleApi.DNS.V1.Model.DnsKeyDigest (google_api_dns v0.32.0)

View Source

Attributes

  • digest (type: String.t, default: nil) - The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.
  • type (type: String.t, default: nil) - Specifies the algorithm used to calculate this digest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DNS.V1.Model.DnsKeyDigest{
  digest: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.