Dnsimple.TldExtendedAttribute (dnsimple v6.0.1)

View Source

Represents an extended attribute of a TLD.

See:

Summary

Types

t()

@type t() :: %Dnsimple.TldExtendedAttribute{
  description: String.t(),
  name: String.t(),
  options: [Dnsimple.TldExtendedAttribute.Option.t()],
  required: boolean()
}