DeployedApplicationInstallationUsageSummaryCollection

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

Bases: object

Results of a deployed application installation usage search. Contains deployed application installation usage items.

Methods

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

Attributes

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

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

[Required] Gets the items of this DeployedApplicationInstallationUsageSummaryCollection. A list of deployed application installation usages.

Returns:The items of this DeployedApplicationInstallationUsageSummaryCollection.
Return type:list[oci.jms.models.DeployedApplicationInstallationUsageSummary]