DownloadInfo¶
-
class
oci.marketplace_publisher.models.
DownloadInfo
(**kwargs)¶ Bases:
object
Guidelines to be displayed to the Customer who intends to generate a lead for a listing.
Methods
__init__
(**kwargs)Initializes a new DownloadInfo object with values from keyword arguments. Attributes
description
Gets the description of this DownloadInfo. url
Gets the url of this DownloadInfo. -
__init__
(**kwargs)¶ Initializes a new DownloadInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this DownloadInfo.
- url (str) – The value to assign to the url property of this DownloadInfo.
-
description
¶ Gets the description of this DownloadInfo. Text shown when capturing lead
Returns: The description of this DownloadInfo. Return type: str
-
url
¶ Gets the url of this DownloadInfo. Redirect link provided by publisher
Returns: The url of this DownloadInfo. Return type: str
-