ResourceCollection

class oci.fleet_apps_management.models.ResourceCollection(**kwargs)

Bases: object

Results of a ResourceSummary Search.

Methods

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

Attributes

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

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

Parameters:items (list[oci.fleet_apps_management.models.ResourceSummary]) – The value to assign to the items property of this ResourceCollection.
items

[Required] Gets the items of this ResourceCollection. List of Execution Resources.

Returns:The items of this ResourceCollection.
Return type:list[oci.fleet_apps_management.models.ResourceSummary]