SubmitListingRevisionForReviewDetails¶
-
class
oci.marketplace_publisher.models.SubmitListingRevisionForReviewDetails(**kwargs)¶ Bases:
objectThe model for an Oracle Cloud Infrastructure Marketplace Publisher review listing revision.
Methods
__init__(**kwargs)Initializes a new SubmitListingRevisionForReviewDetails object with values from keyword arguments. Attributes
are_internal_tenancy_launch_allowedGets the are_internal_tenancy_launch_allowed of this SubmitListingRevisionForReviewDetails. note_detailsGets the note_details of this SubmitListingRevisionForReviewDetails. should_auto_publish_on_approvalGets the should_auto_publish_on_approval of this SubmitListingRevisionForReviewDetails. -
__init__(**kwargs)¶ Initializes a new SubmitListingRevisionForReviewDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - note_details (str) – The value to assign to the note_details property of this SubmitListingRevisionForReviewDetails.
- are_internal_tenancy_launch_allowed (bool) – The value to assign to the are_internal_tenancy_launch_allowed property of this SubmitListingRevisionForReviewDetails.
- should_auto_publish_on_approval (bool) – The value to assign to the should_auto_publish_on_approval property of this SubmitListingRevisionForReviewDetails.
-
are_internal_tenancy_launch_allowed¶ Gets the are_internal_tenancy_launch_allowed of this SubmitListingRevisionForReviewDetails. Identifies whether publisher allows internal tenancy launches for the listing revision.
Returns: The are_internal_tenancy_launch_allowed of this SubmitListingRevisionForReviewDetails. Return type: bool
-
note_details¶ Gets the note_details of this SubmitListingRevisionForReviewDetails. Notes provided for the listing revision.
Returns: The note_details of this SubmitListingRevisionForReviewDetails. Return type: str
-
should_auto_publish_on_approval¶ Gets the should_auto_publish_on_approval of this SubmitListingRevisionForReviewDetails. Identifies whether publisher intends to publish the listing automatically upon approval.
Returns: The should_auto_publish_on_approval of this SubmitListingRevisionForReviewDetails. Return type: bool
-