OccmDemandSignalCatalogResourceCollection

class oci.capacity_management.models.OccmDemandSignalCatalogResourceCollection(**kwargs)

Bases: object

A list containing detailed information about different resources.

Methods

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

Attributes

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

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

Parameters:items (list[oci.capacity_management.models.OccmDemandSignalCatalogResourceSummary]) – The value to assign to the items property of this OccmDemandSignalCatalogResourceCollection.
items

[Required] Gets the items of this OccmDemandSignalCatalogResourceCollection. An array of items containing detailed information about different resources.

Returns:The items of this OccmDemandSignalCatalogResourceCollection.
Return type:list[oci.capacity_management.models.OccmDemandSignalCatalogResourceSummary]