UncorrelatedPackageUsageCollection

class oci.jms.models.UncorrelatedPackageUsageCollection(**kwargs)

Bases: object

Collection of uncorrelated package summaries.

Methods

__init__(**kwargs) Initializes a new UncorrelatedPackageUsageCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this UncorrelatedPackageUsageCollection.
__init__(**kwargs)

Initializes a new UncorrelatedPackageUsageCollection 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.UncorrelatedPackageUsageSummary]) – The value to assign to the items property of this UncorrelatedPackageUsageCollection.
items

[Required] Gets the items of this UncorrelatedPackageUsageCollection. A list of uncorrelated package summaries.

Returns:The items of this UncorrelatedPackageUsageCollection.
Return type:list[oci.jms.models.UncorrelatedPackageUsageSummary]