LogAnalyticsMetaFunctionCollection

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

Bases: object

Methods

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

Attributes

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

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

Gets the items of this LogAnalyticsMetaFunctionCollection. An array of meta functions.

Returns:The items of this LogAnalyticsMetaFunctionCollection.
Return type:list[oci.log_analytics.models.LogAnalyticsMetaFunction]