Class ChangeRemediationRunCompartmentDetails
Details for moving remediation run resources.
Inherited Members
Namespace: Oci.AdmService.Models
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
public class ChangeRemediationRunCompartmentDetails
  Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The compartment Oracle Cloud Identifier (OCID) to which the resource must be moved.  | 
      
Remarks
Required