MaskingColumnCollection¶
-
class
oci.data_safe.models.
MaskingColumnCollection
(**kwargs)¶ Bases:
object
A collection of masking column summary objects.
Methods
__init__
(**kwargs)Initializes a new MaskingColumnCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MaskingColumnCollection. -
__init__
(**kwargs)¶ Initializes a new MaskingColumnCollection 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.MaskingColumnSummary]) – The value to assign to the items property of this MaskingColumnCollection.
-
items
¶ [Required] Gets the items of this MaskingColumnCollection. An array of masking column summary objects.
Returns: The items of this MaskingColumnCollection. Return type: list[oci.data_safe.models.MaskingColumnSummary]
-