ApplicationUsageCollection

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

Bases: object

Results of an application search. Contains ApplicationUsage items.

Methods

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

Attributes

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

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

[Required] Gets the items of this ApplicationUsageCollection. A list of applications.

Returns:The items of this ApplicationUsageCollection.
Return type:list[oci.jms.models.ApplicationUsage]