google_api_domains_rdap v0.3.0 GoogleApi.DomainsRDAP.V1.Model.RdapResponse View Source
Response to a general RDAP query.
Attributes
description
(type:list(String.t)
, default:nil
) - Error description.errorCode
(type:integer()
, default:nil
) - Error HTTP code. Example: "501".jsonResponse
(type:GoogleApi.DomainsRDAP.V1.Model.HttpBody.t
, default:nil
) - HTTP response with content type set to "application/json+rdap".lang
(type:String.t
, default:nil
) - Error language code. Error response info fields are defined in section 6 of RFC 7483.notices
(type:list(GoogleApi.DomainsRDAP.V1.Model.Notice.t)
, default:nil
) - Notices applying to this response.rdapConformance
(type:list(String.t)
, default:nil
) - RDAP conformance level.title
(type:String.t
, default:nil
) - Error title.
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 Sourcet() :: %GoogleApi.DomainsRDAP.V1.Model.RdapResponse{ description: [String.t()], errorCode: integer(), jsonResponse: GoogleApi.DomainsRDAP.V1.Model.HttpBody.t(), lang: String.t(), notices: [GoogleApi.DomainsRDAP.V1.Model.Notice.t()], rdapConformance: [String.t()], title: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.