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