GoogleApi.DomainsRDAP.V1.Model.Notice (google_api_domains_rdap v0.7.0) View Source

Notices object defined in section 4.3 of RFC 7483.

Attributes

  • description (type: list(String.t), default: nil) - Description of the notice.
  • links (type: list(GoogleApi.DomainsRDAP.V1.Model.Link.t), default: nil) - Link to a document containing more information.
  • title (type: String.t, default: nil) - Title of a notice. Example: "Terms of Service".
  • type (type: String.t, default: nil) - Type values defined in section 10.2.1 of RFC 7483 specific to a whole response: "result set truncated due to authorization", "result set truncated due to excessive load", "result set truncated due to unexplainable reasons".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DomainsRDAP.V1.Model.Notice{
  description: [String.t()] | nil,
  links: [GoogleApi.DomainsRDAP.V1.Model.Link.t()] | nil,
  title: String.t() | nil,
  type: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.