Class Link
Links object defined in section 4.2 of RFC 7483.
Implements
Inherited Members
Namespace: Google.Apis.DomainsRDAP.v1.Data
Assembly: Google.Apis.DomainsRDAP.v1.dll
Syntax
public class Link : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Href
Target URL of a link. Example: "http://example.com/previous".
Declaration
[JsonProperty("href")]
public virtual string Href { get; set; }
Property Value
Type | Description |
---|---|
string |
Hreflang
Language code of a link. Example: "en".
Declaration
[JsonProperty("hreflang")]
public virtual string Hreflang { get; set; }
Property Value
Type | Description |
---|---|
string |
Media
Media type of the link destination. Example: "screen".
Declaration
[JsonProperty("media")]
public virtual string Media { get; set; }
Property Value
Type | Description |
---|---|
string |
Rel
Relation type of a link. Example: "previous".
Declaration
[JsonProperty("rel")]
public virtual string Rel { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Title of this link. Example: "title".
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Content type of the link. Example: "application/json".
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
URL giving context for the link. Example: "http://example.com/current".
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |