AvailableServiceSummary

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

Bases: object

Available service provider listing for lead generation listings

Methods

__init__(**kwargs) Initializes a new AvailableServiceSummary object with values from keyword arguments.

Attributes

display_name Gets the display_name of this AvailableServiceSummary.
icon Gets the icon of this AvailableServiceSummary.
listing_id [Required] Gets the listing_id of this AvailableServiceSummary.
short_description Gets the short_description of this AvailableServiceSummary.
tagline Gets the tagline of this AvailableServiceSummary.
__init__(**kwargs)

Initializes a new AvailableServiceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • icon (oci.marketplace_publisher.models.ListingRevisionIconAttachment) – The value to assign to the icon property of this AvailableServiceSummary.
  • listing_id (str) – The value to assign to the listing_id property of this AvailableServiceSummary.
  • display_name (str) – The value to assign to the display_name property of this AvailableServiceSummary.
  • short_description (str) – The value to assign to the short_description property of this AvailableServiceSummary.
  • tagline (str) – The value to assign to the tagline property of this AvailableServiceSummary.
display_name

Gets the display_name of this AvailableServiceSummary. The name of the listing revision.

Returns:The display_name of this AvailableServiceSummary.
Return type:str
icon

Gets the icon of this AvailableServiceSummary.

Returns:The icon of this AvailableServiceSummary.
Return type:oci.marketplace_publisher.models.ListingRevisionIconAttachment
listing_id

[Required] Gets the listing_id of this AvailableServiceSummary. Listing Id for the listing

Returns:The listing_id of this AvailableServiceSummary.
Return type:str
short_description

Gets the short_description of this AvailableServiceSummary. A short description of the listing revision.

Returns:The short_description of this AvailableServiceSummary.
Return type:str
tagline

Gets the tagline of this AvailableServiceSummary. The tagline of the listing revision.

Returns:The tagline of this AvailableServiceSummary.
Return type:str