Show / Hide Table of Contents

Class SubmitListingRevisionForReviewDetails

The model for an Oracle Cloud Infrastructure Marketplace Publisher review listing revision.

Inheritance
object
SubmitListingRevisionForReviewDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class SubmitListingRevisionForReviewDetails

Properties

AreInternalTenancyLaunchAllowed

Declaration
[JsonProperty(PropertyName = "areInternalTenancyLaunchAllowed")]
public bool? AreInternalTenancyLaunchAllowed { get; set; }
Property Value
Type Description
bool?

Identifies whether publisher allows internal tenancy launches for the listing revision.

NoteDetails

Declaration
[JsonProperty(PropertyName = "noteDetails")]
public string NoteDetails { get; set; }
Property Value
Type Description
string

Notes provided for the listing revision.

ShouldAutoPublishOnApproval

Declaration
[JsonProperty(PropertyName = "shouldAutoPublishOnApproval")]
public bool? ShouldAutoPublishOnApproval { get; set; }
Property Value
Type Description
bool?

Identifies whether publisher intends to publish the listing automatically upon approval.

In this article
Back to top