google_api_dns v0.10.0 GoogleApi.DNS.V1.Model.DnsKeyDigest 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DNS.V1.Model.DnsKeyDigest{
  digest: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.