CreateListingRevisionNoteDetails¶
-
class
oci.marketplace_publisher.models.
CreateListingRevisionNoteDetails
(**kwargs)¶ Bases:
object
The model for an Oracle Cloud Infrastructure Marketplace Publisher listing revision note.
Methods
__init__
(**kwargs)Initializes a new CreateListingRevisionNoteDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this CreateListingRevisionNoteDetails. freeform_tags
Gets the freeform_tags of this CreateListingRevisionNoteDetails. listing_revision_id
[Required] Gets the listing_revision_id of this CreateListingRevisionNoteDetails. note_details
[Required] Gets the note_details of this CreateListingRevisionNoteDetails. -
__init__
(**kwargs)¶ Initializes a new CreateListingRevisionNoteDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - listing_revision_id (str) – The value to assign to the listing_revision_id property of this CreateListingRevisionNoteDetails.
- note_details (str) – The value to assign to the note_details property of this CreateListingRevisionNoteDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateListingRevisionNoteDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateListingRevisionNoteDetails.
Gets the defined_tags of this CreateListingRevisionNoteDetails. 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 CreateListingRevisionNoteDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this CreateListingRevisionNoteDetails. 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 CreateListingRevisionNoteDetails. Return type: dict(str, str)
-
listing_revision_id
¶ [Required] Gets the listing_revision_id of this CreateListingRevisionNoteDetails. The unique identifier of the listing revision that the specified note belongs to.
Returns: The listing_revision_id of this CreateListingRevisionNoteDetails. Return type: str
-
note_details
¶ [Required] Gets the note_details of this CreateListingRevisionNoteDetails. Notes provided for the listing revision.
Returns: The note_details of this CreateListingRevisionNoteDetails. Return type: str
-