ApplicationCollection¶
-
class
oci.service_catalog.models.
ApplicationCollection
(**kwargs)¶ Bases:
object
Collection of applications in a given service catalog or a tenancy.
Methods
__init__
(**kwargs)Initializes a new ApplicationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ApplicationCollection. -
__init__
(**kwargs)¶ Initializes a new ApplicationCollection 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.ApplicationSummary]) – The value to assign to the items property of this ApplicationCollection.
-
items
¶ [Required] Gets the items of this ApplicationCollection. Collection of service catalog applications.
Returns: The items of this ApplicationCollection. Return type: list[oci.service_catalog.models.ApplicationSummary]
-