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