LogAnalyticsSourceExtendedFieldDefinitionCollection

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

Bases: object

Methods

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

Attributes

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

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

Gets the items of this LogAnalyticsSourceExtendedFieldDefinitionCollection. An array of extended field definitions.

Returns:The items of this LogAnalyticsSourceExtendedFieldDefinitionCollection.
Return type:list[oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition]