Class ExportPackageDetails
The model for the parameters needed to export a listing.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class ExportPackageDetailsProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment where you want to export container image or helm chart. | 
Remarks
Required
ContainerRepositoryPath
Declaration
[Required(ErrorMessage = "ContainerRepositoryPath is required.")]
[JsonProperty(PropertyName = "containerRepositoryPath")]
public string ContainerRepositoryPath { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The repository path (/Content/General/Concepts/identifiers.htm) of the container reposistory where the container image or helm chart should be exported. | 
Remarks
Required