Show / Hide Table of Contents

Class ChangeTagNamespaceCompartmentDetail

Details of the compartment the resource is being moved to.

Inheritance
System.Object
ChangeTagNamespaceCompartmentDetail
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ChangeTagNamespaceCompartmentDetail : object

Properties

CompartmentId

Declaration
public string CompartmentId { get; set; }
Property Value
Type Description
System.String

The Oracle Cloud ID (OCID) of the destination compartment.

Remarks

Required

In This Article
Back to top