Show / Hide Table of Contents

Class ChangeLogGroupCompartmentDetails

Contains details indicating which compartment the resource should move to.

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

Properties

CompartmentId

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

The compartment into which the resource should be moved.

In this article
Back to top