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