ListingRevisionNoteSummary¶
-
class
oci.marketplace_publisher.models.
ListingRevisionNoteSummary
(**kwargs)¶ Bases:
object
The model for a summary of a listing revision notes.
Methods
__init__
(**kwargs)Initializes a new ListingRevisionNoteSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ListingRevisionNoteSummary. defined_tags
Gets the defined_tags of this ListingRevisionNoteSummary. freeform_tags
Gets the freeform_tags of this ListingRevisionNoteSummary. id
[Required] Gets the id of this ListingRevisionNoteSummary. lifecycle_state
Gets the lifecycle_state of this ListingRevisionNoteSummary. listing_revision_id
[Required] Gets the listing_revision_id of this ListingRevisionNoteSummary. note_details
[Required] Gets the note_details of this ListingRevisionNoteSummary. note_source
[Required] Gets the note_source of this ListingRevisionNoteSummary. system_tags
Gets the system_tags of this ListingRevisionNoteSummary. time_created
[Required] Gets the time_created of this ListingRevisionNoteSummary. time_updated
[Required] Gets the time_updated of this ListingRevisionNoteSummary. -
__init__
(**kwargs)¶ Initializes a new ListingRevisionNoteSummary 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 ListingRevisionNoteSummary.
- listing_revision_id (str) – The value to assign to the listing_revision_id property of this ListingRevisionNoteSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ListingRevisionNoteSummary.
- note_source (str) – The value to assign to the note_source property of this ListingRevisionNoteSummary.
- note_details (str) – The value to assign to the note_details property of this ListingRevisionNoteSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ListingRevisionNoteSummary.
- time_created (datetime) – The value to assign to the time_created property of this ListingRevisionNoteSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this ListingRevisionNoteSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ListingRevisionNoteSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ListingRevisionNoteSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ListingRevisionNoteSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this ListingRevisionNoteSummary. The unique identifier for the compartment.
Returns: The compartment_id of this ListingRevisionNoteSummary. Return type: str
Gets the defined_tags of this ListingRevisionNoteSummary. 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 ListingRevisionNoteSummary. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this ListingRevisionNoteSummary. 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 ListingRevisionNoteSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this ListingRevisionNoteSummary. The OCID of the listing revision note.
Returns: The id of this ListingRevisionNoteSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this ListingRevisionNoteSummary. The current state of the note.
Returns: The lifecycle_state of this ListingRevisionNoteSummary. Return type: str
-
listing_revision_id
¶ [Required] Gets the listing_revision_id of this ListingRevisionNoteSummary. The unique identifier of the listing revision that the specified note belongs to.
Returns: The listing_revision_id of this ListingRevisionNoteSummary. Return type: str
-
note_details
¶ [Required] Gets the note_details of this ListingRevisionNoteSummary. Notes provided for the listing revision.
Returns: The note_details of this ListingRevisionNoteSummary. Return type: str
-
note_source
¶ [Required] Gets the note_source of this ListingRevisionNoteSummary. type of the note.
Returns: The note_source of this ListingRevisionNoteSummary. Return type: str
Gets the system_tags of this ListingRevisionNoteSummary. 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 ListingRevisionNoteSummary. Return type: dict(str, dict(str, object))
-