Class ChangeAuditArchiveRetrievalCompartmentDetails
The description of the achieve retrieval change compartment.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class ChangeAuditArchiveRetrievalCompartmentDetails
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 new compartment were achieve retrieval resource would move. |
Remarks
Required