LogAnalyticsLabelOperatorCollection¶
-
class
oci.log_analytics.models.
LogAnalyticsLabelOperatorCollection
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsLabelOperatorCollection object with values from keyword arguments. Attributes
items
Gets the items of this LogAnalyticsLabelOperatorCollection. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsLabelOperatorCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.log_analytics.models.LogAnalyticsLabelOperator]) – The value to assign to the items property of this LogAnalyticsLabelOperatorCollection.
-
items
¶ Gets the items of this LogAnalyticsLabelOperatorCollection. An array of of label operators.
Returns: The items of this LogAnalyticsLabelOperatorCollection. Return type: list[oci.log_analytics.models.LogAnalyticsLabelOperator]
-