google_api_dns v0.4.0 GoogleApi.DNS.V1.Model.DnsKeyDigest View Source

Attributes

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

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.