CreateLeadGenListingRevisionDetails

class oci.marketplace_publisher.models.CreateLeadGenListingRevisionDetails(**kwargs)

Bases: oci.marketplace_publisher.models.create_listing_revision_details.CreateListingRevisionDetails

Listing revision update details for listings

Attributes

LISTING_TYPE_LEAD_GENERATION str(object=’’) -> str
LISTING_TYPE_OCI_APPLICATION str(object=’’) -> str
LISTING_TYPE_SERVICE str(object=’’) -> str
content_language Gets the content_language of this CreateListingRevisionDetails.
defined_tags Gets the defined_tags of this CreateListingRevisionDetails.
demo_url Gets the demo_url of this CreateLeadGenListingRevisionDetails.
display_name Gets the display_name of this CreateListingRevisionDetails.
download_info Gets the download_info of this CreateLeadGenListingRevisionDetails.
freeform_tags Gets the freeform_tags of this CreateListingRevisionDetails.
headline [Required] Gets the headline of this CreateListingRevisionDetails.
keywords Gets the keywords of this CreateListingRevisionDetails.
listing_id [Required] Gets the listing_id of this CreateListingRevisionDetails.
listing_type [Required] Gets the listing_type of this CreateListingRevisionDetails.
long_description Gets the long_description of this CreateListingRevisionDetails.
pricing_plans Gets the pricing_plans of this CreateLeadGenListingRevisionDetails.
pricing_type [Required] Gets the pricing_type of this CreateLeadGenListingRevisionDetails.
products [Required] Gets the products of this CreateLeadGenListingRevisionDetails.
recommended_service_provider_listing_ids Gets the recommended_service_provider_listing_ids of this CreateLeadGenListingRevisionDetails.
self_paced_training_url Gets the self_paced_training_url of this CreateLeadGenListingRevisionDetails.
short_description Gets the short_description of this CreateListingRevisionDetails.
status Gets the status of this CreateListingRevisionDetails.
support_contacts Gets the support_contacts of this CreateListingRevisionDetails.
support_links Gets the support_links of this CreateListingRevisionDetails.
supportedlanguages Gets the supportedlanguages of this CreateListingRevisionDetails.
system_requirements Gets the system_requirements of this CreateLeadGenListingRevisionDetails.
tagline Gets the tagline of this CreateListingRevisionDetails.
usage_information Gets the usage_information of this CreateListingRevisionDetails.
vanity_url Gets the vanity_url of this CreateLeadGenListingRevisionDetails.
version_details Gets the version_details of this CreateLeadGenListingRevisionDetails.

Methods

__init__(**kwargs) Initializes a new CreateLeadGenListingRevisionDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
LISTING_TYPE_LEAD_GENERATION = 'LEAD_GENERATION'
LISTING_TYPE_OCI_APPLICATION = 'OCI_APPLICATION'
LISTING_TYPE_SERVICE = 'SERVICE'
__init__(**kwargs)

Initializes a new CreateLeadGenListingRevisionDetails object with values from keyword arguments. The default value of the listing_type attribute of this class is LEAD_GENERATION and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreateLeadGenListingRevisionDetails.
  • listing_id (str) – The value to assign to the listing_id property of this CreateLeadGenListingRevisionDetails.
  • listing_type (str) – The value to assign to the listing_type property of this CreateLeadGenListingRevisionDetails. Allowed values for this property are: “OCI_APPLICATION”, “LEAD_GENERATION”, “SERVICE”
  • headline (str) – The value to assign to the headline property of this CreateLeadGenListingRevisionDetails.
  • tagline (str) – The value to assign to the tagline property of this CreateLeadGenListingRevisionDetails.
  • keywords (str) – The value to assign to the keywords property of this CreateLeadGenListingRevisionDetails.
  • short_description (str) – The value to assign to the short_description property of this CreateLeadGenListingRevisionDetails.
  • usage_information (str) – The value to assign to the usage_information property of this CreateLeadGenListingRevisionDetails.
  • long_description (str) – The value to assign to the long_description property of this CreateLeadGenListingRevisionDetails.
  • content_language (oci.marketplace_publisher.models.LanguageItem) – The value to assign to the content_language property of this CreateLeadGenListingRevisionDetails.
  • supportedlanguages (list[oci.marketplace_publisher.models.LanguageItem]) – The value to assign to the supportedlanguages property of this CreateLeadGenListingRevisionDetails.
  • support_contacts (list[oci.marketplace_publisher.models.SupportContact]) – The value to assign to the support_contacts property of this CreateLeadGenListingRevisionDetails.
  • support_links (list[oci.marketplace_publisher.models.NamedLink]) – The value to assign to the support_links property of this CreateLeadGenListingRevisionDetails.
  • status (str) – The value to assign to the status property of this CreateLeadGenListingRevisionDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateLeadGenListingRevisionDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateLeadGenListingRevisionDetails.
  • version_details (oci.marketplace_publisher.models.VersionDetails) – The value to assign to the version_details property of this CreateLeadGenListingRevisionDetails.
  • system_requirements (str) – The value to assign to the system_requirements property of this CreateLeadGenListingRevisionDetails.
  • pricing_type (str) – The value to assign to the pricing_type property of this CreateLeadGenListingRevisionDetails.
  • products (list[oci.marketplace_publisher.models.ListingProduct]) – The value to assign to the products property of this CreateLeadGenListingRevisionDetails.
  • demo_url (str) – The value to assign to the demo_url property of this CreateLeadGenListingRevisionDetails.
  • self_paced_training_url (str) – The value to assign to the self_paced_training_url property of this CreateLeadGenListingRevisionDetails.
  • recommended_service_provider_listing_ids (list[str]) – The value to assign to the recommended_service_provider_listing_ids property of this CreateLeadGenListingRevisionDetails.
  • vanity_url (str) – The value to assign to the vanity_url property of this CreateLeadGenListingRevisionDetails.
  • download_info (oci.marketplace_publisher.models.DownloadInfo) – The value to assign to the download_info property of this CreateLeadGenListingRevisionDetails.
  • pricing_plans (str) – The value to assign to the pricing_plans property of this CreateLeadGenListingRevisionDetails.
content_language

Gets the content_language of this CreateListingRevisionDetails.

Returns:The content_language of this CreateListingRevisionDetails.
Return type:oci.marketplace_publisher.models.LanguageItem
defined_tags

Gets the defined_tags of this CreateListingRevisionDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this CreateListingRevisionDetails.
Return type:dict(str, dict(str, object))
demo_url

Gets the demo_url of this CreateLeadGenListingRevisionDetails. Url to demo of the listing

Returns:The demo_url of this CreateLeadGenListingRevisionDetails.
Return type:str
display_name

Gets the display_name of this CreateListingRevisionDetails. The name for the listing revision.

Returns:The display_name of this CreateListingRevisionDetails.
Return type:str
download_info

Gets the download_info of this CreateLeadGenListingRevisionDetails.

Returns:The download_info of this CreateLeadGenListingRevisionDetails.
Return type:oci.marketplace_publisher.models.DownloadInfo
freeform_tags

Gets the freeform_tags of this CreateListingRevisionDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this CreateListingRevisionDetails.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

headline

[Required] Gets the headline of this CreateListingRevisionDetails. Single line introduction for the listing revision.

Returns:The headline of this CreateListingRevisionDetails.
Return type:str
keywords

Gets the keywords of this CreateListingRevisionDetails. Keywords associated with the listing revision.

Returns:The keywords of this CreateListingRevisionDetails.
Return type:str
listing_id

[Required] Gets the listing_id of this CreateListingRevisionDetails. The unique identifier for the listing this revision belongs to.

Returns:The listing_id of this CreateListingRevisionDetails.
Return type:str
listing_type

[Required] Gets the listing_type of this CreateListingRevisionDetails. The listing’s type. Populated from the listing.

Allowed values for this property are: “OCI_APPLICATION”, “LEAD_GENERATION”, “SERVICE”

Returns:The listing_type of this CreateListingRevisionDetails.
Return type:str
long_description

Gets the long_description of this CreateListingRevisionDetails. A long description for the listing revision.

Returns:The long_description of this CreateListingRevisionDetails.
Return type:str
pricing_plans

Gets the pricing_plans of this CreateLeadGenListingRevisionDetails. Pricing details for lead gen listing

Returns:The pricing_plans of this CreateLeadGenListingRevisionDetails.
Return type:str
pricing_type

[Required] Gets the pricing_type of this CreateLeadGenListingRevisionDetails. The pricing model for the listing revision.

Returns:The pricing_type of this CreateLeadGenListingRevisionDetails.
Return type:str
products

[Required] Gets the products of this CreateLeadGenListingRevisionDetails. List of Products subscribed by listing.

Returns:The products of this CreateLeadGenListingRevisionDetails.
Return type:list[oci.marketplace_publisher.models.ListingProduct]
recommended_service_provider_listing_ids

Gets the recommended_service_provider_listing_ids of this CreateLeadGenListingRevisionDetails. OCIDs of service listings attached to lead gen listing

Returns:The recommended_service_provider_listing_ids of this CreateLeadGenListingRevisionDetails.
Return type:list[str]
self_paced_training_url

Gets the self_paced_training_url of this CreateLeadGenListingRevisionDetails. Url to training resources of the listing

Returns:The self_paced_training_url of this CreateLeadGenListingRevisionDetails.
Return type:str
short_description

Gets the short_description of this CreateListingRevisionDetails. A short description for the listing revision.

Returns:The short_description of this CreateListingRevisionDetails.
Return type:str
status

Gets the status of this CreateListingRevisionDetails. The current status of the Listing revision.

Returns:The status of this CreateListingRevisionDetails.
Return type:str
support_contacts

Gets the support_contacts of this CreateListingRevisionDetails. Contact information to use to get support from the publisher for the listing revision.

Returns:The support_contacts of this CreateListingRevisionDetails.
Return type:list[oci.marketplace_publisher.models.SupportContact]

Gets the support_links of this CreateListingRevisionDetails. Links to support resources for the listing revision.

Returns:The support_links of this CreateListingRevisionDetails.
Return type:list[oci.marketplace_publisher.models.NamedLink]
supportedlanguages

Gets the supportedlanguages of this CreateListingRevisionDetails. Languages supported by the publisher for the listing revision.

Returns:The supportedlanguages of this CreateListingRevisionDetails.
Return type:list[oci.marketplace_publisher.models.LanguageItem]
system_requirements

Gets the system_requirements of this CreateLeadGenListingRevisionDetails. System requirements for the listing revision.

Returns:The system_requirements of this CreateLeadGenListingRevisionDetails.
Return type:str
tagline

Gets the tagline of this CreateListingRevisionDetails. The tagline for the listing revision.

Returns:The tagline of this CreateListingRevisionDetails.
Return type:str
usage_information

Gets the usage_information of this CreateListingRevisionDetails. Usage information for the listing revision.

Returns:The usage_information of this CreateListingRevisionDetails.
Return type:str
vanity_url

Gets the vanity_url of this CreateLeadGenListingRevisionDetails. Custom link to the listing

Returns:The vanity_url of this CreateLeadGenListingRevisionDetails.
Return type:str
version_details

Gets the version_details of this CreateLeadGenListingRevisionDetails.

Returns:The version_details of this CreateLeadGenListingRevisionDetails.
Return type:oci.marketplace_publisher.models.VersionDetails