LogAnalyticsLabelCollection¶
-
class
oci.log_analytics.models.
LogAnalyticsLabelCollection
(**kwargs)¶ Bases:
object
A collection of LogAnalytics Labels.
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsLabelCollection object with values from keyword arguments. Attributes
items
Gets the items of this LogAnalyticsLabelCollection. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsLabelCollection 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.LogAnalyticsLabelSummary]) – The value to assign to the items property of this LogAnalyticsLabelCollection.
-
items
¶ Gets the items of this LogAnalyticsLabelCollection. An array of log analytics label summaries.
Returns: The items of this LogAnalyticsLabelCollection. Return type: list[oci.log_analytics.models.LogAnalyticsLabelSummary]
-