LogAnalyticsFieldCollection

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

Bases: object

LogAnalytics Field Collection

Methods

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

Attributes

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

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

Gets the items of this LogAnalyticsFieldCollection. An array of fields.

Returns:The items of this LogAnalyticsFieldCollection.
Return type:list[oci.log_analytics.models.LogAnalyticsFieldSummary]