Class Notice
Notices object defined in section 4.3 of RFC 7483.
Implements
Inherited Members
Namespace: Google.Apis.DomainsRDAP.v1.Data
Assembly: Google.Apis.DomainsRDAP.v1.dll
Syntax
public class Notice : IDirectResponseSchema
Properties
Description
Description of the notice.
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 |
Links
Link to a document containing more information.
Declaration
[JsonProperty("links")]
public virtual IList<Link> Links { get; set; }
Property Value
Type | Description |
---|---|
IList<Link> |
Title
Title of a notice. Example: "Terms of Service".
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
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".
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |