Show / Hide Table of Contents

Class ChangeManagementSavedSearchesCompartmentDetails

Compartment to which the saved search is being moved.

Inheritance
object
ChangeManagementSavedSearchesCompartmentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ManagementdashboardService.Models
Assembly: OCI.DotNetSDK.Managementdashboard.dll
Syntax
public class ChangeManagementSavedSearchesCompartmentDetails

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

OCID of the compartment to which the saved search is being moved.

Remarks

Required

In this article
Back to top