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