LeadSummary¶
-
class
oci.marketplace_publisher.models.
LeadSummary
(**kwargs)¶ Bases:
object
A placeholder for list of leads
Methods
__init__
(**kwargs)Initializes a new LeadSummary object with values from keyword arguments. Attributes
additional_info
Gets the additional_info of this LeadSummary. compartment_id
Gets the compartment_id of this LeadSummary. defined_tags
Gets the defined_tags of this LeadSummary. freeform_tags
Gets the freeform_tags of this LeadSummary. id
Gets the id of this LeadSummary. lifecycle_state
Gets the lifecycle_state of this LeadSummary. listing_id
Gets the listing_id of this LeadSummary. listing_name
Gets the listing_name of this LeadSummary. system_tags
Gets the system_tags of this LeadSummary. time_created
Gets the time_created of this LeadSummary. -
__init__
(**kwargs)¶ Initializes a new LeadSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this LeadSummary.
- listing_id (str) – The value to assign to the listing_id property of this LeadSummary.
- listing_name (str) – The value to assign to the listing_name property of this LeadSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this LeadSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this LeadSummary.
- time_created (datetime) – The value to assign to the time_created property of this LeadSummary.
- additional_info (oci.marketplace_publisher.models.AdditionalInfo) – The value to assign to the additional_info property of this LeadSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this LeadSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this LeadSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this LeadSummary.
-
additional_info
¶ Gets the additional_info of this LeadSummary.
Returns: The additional_info of this LeadSummary. Return type: oci.marketplace_publisher.models.AdditionalInfo
-
compartment_id
¶ Gets the compartment_id of this LeadSummary. The unique identifier for the compartment.
Returns: The compartment_id of this LeadSummary. Return type: str
Gets the defined_tags of this LeadSummary. 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 LeadSummary. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this LeadSummary. 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 LeadSummary. Return type: dict(str, str)
-
id
¶ Gets the id of this LeadSummary. Unique OCID identifier for the listing.
Returns: The id of this LeadSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this LeadSummary. The state for the listing.
Returns: The lifecycle_state of this LeadSummary. Return type: str
-
listing_id
¶ Gets the listing_id of this LeadSummary. The unique identifier for the listing.
Returns: The listing_id of this LeadSummary. Return type: str
-
listing_name
¶ Gets the listing_name of this LeadSummary. The name of the listing.
Returns: The listing_name of this LeadSummary. Return type: str
Gets the system_tags of this LeadSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this LeadSummary. Return type: dict(str, dict(str, object))
-