DocumentationLink¶
-
class
oci.marketplace.models.
DocumentationLink
(**kwargs)¶ Bases:
object
A link to a documentation resource on the internet.
Methods
__init__
(**kwargs)Initializes a new DocumentationLink object with values from keyword arguments. Attributes
document_category
Gets the document_category of this DocumentationLink. name
Gets the name of this DocumentationLink. url
Gets the url of this DocumentationLink. -
__init__
(**kwargs)¶ Initializes a new DocumentationLink object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this DocumentationLink.
- url (str) – The value to assign to the url property of this DocumentationLink.
- document_category (str) – The value to assign to the document_category property of this DocumentationLink.
-
document_category
¶ Gets the document_category of this DocumentationLink. The category that the document belongs to.
Returns: The document_category of this DocumentationLink. Return type: str
-
name
¶ Gets the name of this DocumentationLink. Text that describes the resource.
Returns: The name of this DocumentationLink. Return type: str
-
url
¶ Gets the url of this DocumentationLink. The URL of the resource.
Returns: The url of this DocumentationLink. Return type: str
-