Class CloneCatalogItemDetails
The configuration details for the clone operation.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CloneCatalogItemDetailsProperties
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 to clone the CatalogItem to | 
Remarks
Required
VersionDescription
Declaration
[JsonProperty(PropertyName = "versionDescription")]
public string VersionDescription { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Version description about the catalog item. |