Class NamedLink
A link to a resource on the internet.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class NamedLinkProperties
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Text that describes the resource. | 
Url
Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The URL of the resource. |