Show / Hide Table of Contents

Class CloneCatalogItemDetails

The configuration details for the clone operation.

Inheritance
object
CloneCatalogItemDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CloneCatalogItemDetails

Properties

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.

In this article
Back to top