Class Link
The model for links.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class LinkProperties
Href
Declaration
[JsonProperty(PropertyName = "href")]
public string Href { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The anchor tag. | 
Rel
Declaration
[JsonProperty(PropertyName = "rel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LinkEnum? Rel { get; set; }Property Value
| Type | Description | 
|---|---|
| LinkEnum? | Reference links to the previous page, next page, and other pages. |