Class ListingRevisionSummary
The model for a summary of an Oracle Cloud Infrastructure Marketplace Publisher listing revision.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class ListingRevisionSummary
Properties
Categories
Declaration
[Required(ErrorMessage = "Categories is required.")]
[JsonProperty(PropertyName = "categories")]
public List<string> Categories { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Categories that the listing revision belongs to. |
Remarks
Required
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The unique identifier for the compartment. |
Remarks
Required
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the listing revision. |
Remarks
Required
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"} |
Icon
Declaration
[JsonProperty(PropertyName = "icon")]
public ListingRevisionIconAttachment Icon { get; set; }
Property Value
Type | Description |
---|---|
ListingRevisionIconAttachment |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID for the listing revision in Marketplace Publisher. |
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ListingRevision.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
ListingRevision.LifecycleStateEnum? | The current state of the Listing. |
Remarks
Required
ListingId
Declaration
[Required(ErrorMessage = "ListingId is required.")]
[JsonProperty(PropertyName = "listingId")]
public string ListingId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID for the listing in Marketplace Publisher. |
Remarks
Required
Markets
Declaration
[JsonProperty(PropertyName = "markets")]
public List<string> Markets { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The markets where you can deploy the listing. |
PackageType
Declaration
[Required(ErrorMessage = "PackageType is required.")]
[JsonProperty(PropertyName = "packageType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PackageType? PackageType { get; set; }
Property Value
Type | Description |
---|---|
PackageType? | The listing's package type. |
Remarks
Required
PricingType
Declaration
[Required(ErrorMessage = "PricingType is required.")]
[JsonProperty(PropertyName = "pricingType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ListingRevision.PricingTypeEnum? PricingType { get; set; }
Property Value
Type | Description |
---|---|
ListingRevision.PricingTypeEnum? | Pricing type of the listing. |
Remarks
Required
ShortDescription
Declaration
[JsonProperty(PropertyName = "shortDescription")]
public string ShortDescription { get; set; }
Property Value
Type | Description |
---|---|
string | A short description of the listing revision. |
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ListingRevision.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
ListingRevision.StatusEnum? | The current status of the listing revision. |
Remarks
Required
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud": {"free-tier-retained": "true"}} |
Tagline
Declaration
[JsonProperty(PropertyName = "tagline")]
public string Tagline { get; set; }
Property Value
Type | Description |
---|---|
string | The tagline of the listing revision. |
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the listing revision was created, in the format defined by RFC3339.
|
Remarks
Required
TimeUpdated
Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the listing revision was updated, in the format defined by RFC3339.
|
Remarks
Required