Show / Hide Table of Contents

Class PatternOverride

Details of pattern level override for a property.

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

Properties

EffectiveLevel

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

The effective level of the property value.

Id

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

The pattern id.

Remarks

Required

Value

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

The value of the property.

Remarks

Required

In this article
Back to top