LabelNames

class oci.log_analytics.models.LabelNames(**kwargs)

Bases: object

LabelName

Methods

__init__(**kwargs) Initializes a new LabelNames object with values from keyword arguments.

Attributes

label_names Gets the label_names of this LabelNames.
__init__(**kwargs)

Initializes a new LabelNames object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:label_names (list[str]) – The value to assign to the label_names property of this LabelNames.
label_names

Gets the label_names of this LabelNames. An array of label names.

Returns:The label_names of this LabelNames.
Return type:list[str]