Class ChangeServiceCatalogCompartmentDetails
The model for the parameters needed move a service catalog from one compartment to another.
Inherited Members
Namespace: Oci.ServicecatalogService.Models
Assembly: OCI.DotNetSDK.Servicecatalog.dll
Syntax
public class ChangeServiceCatalogCompartmentDetails
Properties
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment where you want to move the service catalog. |