Show / Hide Table of Contents

Class LabelNames

LabelName

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

Properties

LabelNamesProp

Declaration
[JsonProperty(PropertyName = "labelNames")]
public List<string> LabelNamesProp { get; set; }
Property Value
Type Description
List<string>

An array of label names.

In this article
Back to top