ResourceSummaryCollection¶
-
class
oci.resource_search.models.
ResourceSummaryCollection
(**kwargs)¶ Bases:
object
A summary representation of resources that matched the search criteria.
Methods
__init__
(**kwargs)Initializes a new ResourceSummaryCollection object with values from keyword arguments. Attributes
items
Gets the items of this ResourceSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new ResourceSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.resource_search.models.ResourceSummary]) – The value to assign to the items property of this ResourceSummaryCollection.
-
items
¶ Gets the items of this ResourceSummaryCollection. A list of resources.
Returns: The items of this ResourceSummaryCollection. Return type: list[oci.resource_search.models.ResourceSummary]
-