OccmDemandSignalResourcePropertiesCollection

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

Bases: object

A list containing detailed information about a resource’s properties.

Methods

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

Attributes

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

Initializes a new OccmDemandSignalResourcePropertiesCollection 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.OccmDemandSignalResourcePropertiesSummary]) – The value to assign to the items property of this OccmDemandSignalResourcePropertiesCollection.
items

[Required] Gets the items of this OccmDemandSignalResourcePropertiesCollection. An array of items containing detailed information about a resource’s properties.

Returns:The items of this OccmDemandSignalResourcePropertiesCollection.
Return type:list[oci.capacity_management.models.OccmDemandSignalResourcePropertiesSummary]