Show / Hide Table of Contents

Class ChangeServiceCatalogCompartmentDetails

The model for the parameters needed move a service catalog from one compartment to another.

Inheritance
object
ChangeServiceCatalogCompartmentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top