Show / Hide Table of Contents

Class ChangeLogLogGroupDetails

Contains details indicating which log group the log should move to.

Inheritance
object
ChangeLogLogGroupDetails
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 ChangeLogLogGroupDetails

Properties

TargetLogGroupId

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

Log group OCID.

In this article
Back to top