View Source GoogleApi.DNS.V1.Model.DnsKeyDigest (google_api_dns v0.29.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.