Class CreateImagePublicationPackage
An object for creating an image publication package.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class CreateImagePublicationPackage : CreatePublicationPackageProperties
ImageId
Declaration
[JsonProperty(PropertyName = "imageId")]
public string ImageId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The unique identifier for the base image of the publication. |