Class AdminListingRevisionSummary
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 AdminListingRevisionSummary
Properties
Banner
Declaration
[JsonProperty(PropertyName = "banner")]
public ListingRevisionBannerAttachment Banner { get; set; }
Property Value
| Type | Description |
|---|---|
| ListingRevisionBannerAttachment |
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"}} |
DemoUrl
Declaration
[JsonProperty(PropertyName = "demoUrl")]
public string DemoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Url to demo of the listing |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The display name for 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"} |
GeoLocations
Declaration
[JsonProperty(PropertyName = "geoLocations")]
public List<GeoLocation> GeoLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GeoLocation> | Support details based on geographic location |
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
Industries
Declaration
[JsonProperty(PropertyName = "industries")]
public List<string> Industries { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | List of industries subscribed by listing. |
LegacyId
Declaration
[JsonProperty(PropertyName = "legacyId")]
public string LegacyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The unique legacy identifier for the listing. |
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 for the listing revision. |
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
ListingType
Declaration
[Required(ErrorMessage = "ListingType is required.")]
[JsonProperty(PropertyName = "listingType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ListingType? ListingType { get; set; }
Property Value
| Type | Description |
|---|---|
| ListingType? | The listing's type. Populated from the listing. |
Remarks
Required
LongDescription
Declaration
[JsonProperty(PropertyName = "longDescription")]
public string LongDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A long description for the listing revision. |
Markets
Declaration
[JsonProperty(PropertyName = "markets")]
public List<string> Markets { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | Markets associated with Listing revision. |
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
PricingPlans
Declaration
[JsonProperty(PropertyName = "pricingPlans")]
public List<PricingPlan> PricingPlans { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PricingPlan> | List of Pricing Plans provided by publisher. |
PricingType
Declaration
[JsonProperty(PropertyName = "pricingType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AdminListingRevisionSummary.PricingTypeEnum? PricingType { get; set; }
Property Value
| Type | Description |
|---|---|
| AdminListingRevisionSummary.PricingTypeEnum? | The pricing model for the listing revision. |
Products
Declaration
[JsonProperty(PropertyName = "products")]
public List<AdminListingProduct> Products { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AdminListingProduct> | List of Admin Products subscribed by listing. |
PublisherId
Declaration
[Required(ErrorMessage = "PublisherId is required.")]
[JsonProperty(PropertyName = "publisherId")]
public string PublisherId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID for the publisher in Marketplace Publisher. |
Remarks
Required
ShortDescription
Declaration
[JsonProperty(PropertyName = "shortDescription")]
public string ShortDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A short description for 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 for the listing revision. |
Remarks
Required
SupportLinks
Declaration
[JsonProperty(PropertyName = "supportLinks")]
public List<NamedLink> SupportLinks { get; set; }
Property Value
| Type | Description |
|---|---|
| List<NamedLink> | Links to support resources for the listing revision. |
Supportedlanguages
Declaration
[JsonProperty(PropertyName = "supportedlanguages")]
public List<LanguageItem> Supportedlanguages { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LanguageItem> | Languages supported by the publisher for the listing revision. |
SystemRequirements
Declaration
[JsonProperty(PropertyName = "systemRequirements")]
public string SystemRequirements { get; set; }
Property Value
| Type | Description |
|---|---|
| string | System requirements for the listing revision. |
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 for 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
TrainedProfessionals
Declaration
[JsonProperty(PropertyName = "trainedProfessionals")]
public List<TrainedProfessionals> TrainedProfessionals { get; set; }
Property Value
| Type | Description |
|---|---|
| List<TrainedProfessionals> | Number of trained professional per product |
VersionDetails
Declaration
[JsonProperty(PropertyName = "versionDetails")]
public VersionDetails VersionDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| VersionDetails |