PrivateApplicationCollection

class oci.service_catalog.models.PrivateApplicationCollection(**kwargs)

Bases: object

Collection of private applications.

Methods

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

Attributes

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

Initializes a new PrivateApplicationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.service_catalog.models.PrivateApplicationSummary]) – The value to assign to the items property of this PrivateApplicationCollection.
items

[Required] Gets the items of this PrivateApplicationCollection. Collection of items.

Returns:The items of this PrivateApplicationCollection.
Return type:list[oci.service_catalog.models.PrivateApplicationSummary]