LibraryManagedInstanceUsageCollection¶
- 
class oci.jms.models.LibraryManagedInstanceUsageCollection(**kwargs)¶
- Bases: - object- Contains a list of LibraryManagedInstanceUsageSummaries. - Methods - __init__(**kwargs)- Initializes a new LibraryManagedInstanceUsageCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this LibraryManagedInstanceUsageCollection. - 
__init__(**kwargs)¶
- Initializes a new LibraryManagedInstanceUsageCollection 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.LibraryManagedInstanceUsageSummary]) – The value to assign to the items property of this LibraryManagedInstanceUsageCollection. 
 - 
items¶
- [Required] Gets the items of this LibraryManagedInstanceUsageCollection. A list of LibraryManagedInstanceUsageSummaries. - Returns: - The items of this LibraryManagedInstanceUsageCollection. - Return type: - list[oci.jms.models.LibraryManagedInstanceUsageSummary] 
 
-