Class ChangeFilesystemSnapshotPolicyCompartmentDetails
Details for changing the compartment of a file system snapshot policy.
Inherited Members
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class ChangeFilesystemSnapshotPolicyCompartmentDetailsProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment to move the file system snapshot policy to. | 
Remarks
Required