ResourcesCollection¶
-
class
oci.usage.models.
ResourcesCollection
(**kwargs)¶ Bases:
object
The resources of a service.
Methods
__init__
(**kwargs)Initializes a new ResourcesCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ResourcesCollection. -
__init__
(**kwargs)¶ Initializes a new ResourcesCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.usage.models.ResourceSummary]) – The value to assign to the items property of this ResourcesCollection.
-
items
¶ [Required] Gets the items of this ResourcesCollection. The list of resource details for a service.
Returns: The items of this ResourcesCollection. Return type: list[oci.usage.models.ResourceSummary]
-