google_api_domains_rdap v0.3.0 GoogleApi.DomainsRDAP.V1.Model.Link View Source

Links object defined in section 4.2 of RFC 7483.

Attributes

  • href (type: String.t, default: nil) - Target URL of a link. Example: "http://example.com/previous".
  • hreflang (type: String.t, default: nil) - Language code of a link. Example: "en".
  • media (type: String.t, default: nil) - Media type of the link destination. Example: "screen".
  • rel (type: String.t, default: nil) - Relation type of a link. Example: "previous".
  • title (type: String.t, default: nil) - Title of this link. Example: "title".
  • type (type: String.t, default: nil) - Content type of the link. Example: "application/json".
  • value (type: String.t, default: nil) - URL giving context for the link. Example: "http://example.com/current".

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.DomainsRDAP.V1.Model.Link{
  href: String.t(),
  hreflang: String.t(),
  media: String.t(),
  rel: String.t(),
  title: String.t(),
  type: String.t(),
  value: 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.