ExtendedFieldsValidationResult

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

Bases: object

Methods

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

Attributes

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

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

Gets the items of this ExtendedFieldsValidationResult. The regular expression evaluation result of an extended field definition.

Returns:The items of this ExtendedFieldsValidationResult.
Return type:list[oci.log_analytics.models.EfdRegexResult]