View Source GoogleApi.AcmeDNS.V1.Model.AcmeChallengeSet (google_api_acme_dns v0.2.0)

The up-to-date ACME challenge set on a domain for an RPC. This contains all of the ACME TXT records that exist on the domain.

Attributes

  • record (type: list(GoogleApi.AcmeDNS.V1.Model.AcmeTxtRecord.t), default: nil) - The ACME challenges on the requested domain represented as individual TXT records.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AcmeDNS.V1.Model.AcmeChallengeSet{
  record: [GoogleApi.AcmeDNS.V1.Model.AcmeTxtRecord.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.