LogAnalyticsLogGroupSummaryCollection

class oci.log_analytics.models.LogAnalyticsLogGroupSummaryCollection(**kwargs)

Bases: object

A collection of Log-Analytics log groups.

Methods

__init__(**kwargs) Initializes a new LogAnalyticsLogGroupSummaryCollection object with values from keyword arguments.

Attributes

items Gets the items of this LogAnalyticsLogGroupSummaryCollection.
__init__(**kwargs)

Initializes a new LogAnalyticsLogGroupSummaryCollection 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.LogAnalyticsLogGroupSummary]) – The value to assign to the items property of this LogAnalyticsLogGroupSummaryCollection.
items

Gets the items of this LogAnalyticsLogGroupSummaryCollection. An array of log group summary objects.

Returns:The items of this LogAnalyticsLogGroupSummaryCollection.
Return type:list[oci.log_analytics.models.LogAnalyticsLogGroupSummary]