Class ImageListingPackage
A package for image listings.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class ImageListingPackage : ListingPackageProperties
AppCatalogListingId
Declaration
[JsonProperty(PropertyName = "appCatalogListingId")]
public string AppCatalogListingId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The ID of the listing resource associated with this listing package. For more information, see AppCatalogListing in the Core Services API. | 
AppCatalogListingResourceVersion
Declaration
[JsonProperty(PropertyName = "appCatalogListingResourceVersion")]
public string AppCatalogListingResourceVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The resource version of the listing resource associated with this listing package. | 
ImageId
Declaration
[JsonProperty(PropertyName = "imageId")]
public string ImageId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The ID of the image corresponding to the package. |