SubmitListingRevisionForReviewDetails¶
-
class
oci.marketplace_publisher.models.
SubmitListingRevisionForReviewDetails
(**kwargs)¶ Bases:
object
The 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_allowed
Gets the are_internal_tenancy_launch_allowed of this SubmitListingRevisionForReviewDetails. note_details
Gets the note_details 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.
-
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
-