BlocklistCollection¶
- 
class oci.jms.models.BlocklistCollection(**kwargs)¶
- Bases: - object- Results of a blocklist search that contain Blocklist records. - Methods - __init__(**kwargs)- Initializes a new BlocklistCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this BlocklistCollection. - 
__init__(**kwargs)¶
- Initializes a new BlocklistCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.jms.models.Blocklist]) – The value to assign to the items property of this BlocklistCollection. 
 - 
items¶
- [Required] Gets the items of this BlocklistCollection. The blocklist - Returns: - The items of this BlocklistCollection. - Return type: - list[oci.jms.models.Blocklist] 
 
-