google_api_domains_rdap v0.2.0 GoogleApi.DomainsRDAP.V1.Model.Notice 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
Link to this type
t()
View Sourcet() :: %GoogleApi.DomainsRDAP.V1.Model.Notice{
description: [String.t()],
links: [GoogleApi.DomainsRDAP.V1.Model.Link.t()],
title: String.t(),
type: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.