NamedLink¶
-
class
oci.marketplace_publisher.models.
NamedLink
(**kwargs)¶ Bases:
object
A link to a resource on the internet.
Methods
__init__
(**kwargs)Initializes a new NamedLink object with values from keyword arguments. Attributes
name
[Required] Gets the name of this NamedLink. url
[Required] Gets the url of this NamedLink. -
__init__
(**kwargs)¶ Initializes a new NamedLink 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 NamedLink.
- url (str) – The value to assign to the url property of this NamedLink.
-
name
¶ [Required] Gets the name of this NamedLink. Text that describes the resource.
Returns: The name of this NamedLink. Return type: str
-
url
¶ [Required] Gets the url of this NamedLink. The URL of the resource.
Returns: The url of this NamedLink. Return type: str
-