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