LogAnalyticsMetadataCollection

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

Bases: object

A collection of entity metadata information.

Methods

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

Attributes

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

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

Gets the items of this LogAnalyticsMetadataCollection. An array of entity metadata.

Returns:The items of this LogAnalyticsMetadataCollection.
Return type:list[oci.log_analytics.models.LogAnalyticsMetadata]