Class DocumentationLink
A link to a documentation resource on the internet.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class DocumentationLink
Properties
DocumentCategory
Declaration
[JsonProperty(PropertyName = "documentCategory")]
public string DocumentCategory { get; set; }
Property Value
Type | Description |
---|---|
string | The category that the document belongs to. |
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. |