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