MaskingErrorCollection

class oci.data_safe.models.MaskingErrorCollection(**kwargs)

Bases: object

A collection of masking error objects.

Methods

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

Attributes

items [Required] Gets the items of this MaskingErrorCollection.
__init__(**kwargs)

Initializes a new MaskingErrorCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.data_safe.models.MaskingErrorSummary]) – The value to assign to the items property of this MaskingErrorCollection.
items

[Required] Gets the items of this MaskingErrorCollection. An array of masking error objects.

Returns:The items of this MaskingErrorCollection.
Return type:list[oci.data_safe.models.MaskingErrorSummary]