Class RdapResponse
Response to a general RDAP query.
Implements
Inherited Members
Namespace: Google.Apis.DomainsRDAP.v1.Data
Assembly: Google.Apis.DomainsRDAP.v1.dll
Syntax
public class RdapResponse : IDirectResponseSchema
Properties
Description
Error description.
Declaration
[JsonProperty("description")]
public virtual IList<string> Description { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorCode
Error HTTP code. Example: "501".
Declaration
[JsonProperty("errorCode")]
public virtual int? ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
int? |
JsonResponse
HTTP response with content type set to "application/json+rdap".
Declaration
[JsonProperty("jsonResponse")]
public virtual HttpBody JsonResponse { get; set; }
Property Value
Type | Description |
---|---|
HttpBody |
Lang
Error language code. Error response info fields are defined in section 6 of RFC 7483.
Declaration
[JsonProperty("lang")]
public virtual string Lang { get; set; }
Property Value
Type | Description |
---|---|
string |
Notices
Notices applying to this response.
Declaration
[JsonProperty("notices")]
public virtual IList<Notice> Notices { get; set; }
Property Value
Type | Description |
---|---|
IList<Notice> |
RdapConformance
RDAP conformance level.
Declaration
[JsonProperty("rdapConformance")]
public virtual IList<string> RdapConformance { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Title
Error title.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |