LabelPriorityCollection¶
-
class
oci.log_analytics.models.
LabelPriorityCollection
(**kwargs)¶ Bases:
object
Label Priority Info List
Methods
__init__
(**kwargs)Initializes a new LabelPriorityCollection object with values from keyword arguments. Attributes
items
Gets the items of this LabelPriorityCollection. -
__init__
(**kwargs)¶ Initializes a new LabelPriorityCollection 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.LabelPriority]) – The value to assign to the items property of this LabelPriorityCollection.
-
items
¶ Gets the items of this LabelPriorityCollection. An array of label priorities.
Returns: The items of this LabelPriorityCollection. Return type: list[oci.log_analytics.models.LabelPriority]
-