OccmDemandSignalCatalogCollection¶
-
class
oci.capacity_management.models.
OccmDemandSignalCatalogCollection
(**kwargs)¶ Bases:
object
A list containing demand signal catalogs.
Methods
__init__
(**kwargs)Initializes a new OccmDemandSignalCatalogCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OccmDemandSignalCatalogCollection. -
__init__
(**kwargs)¶ Initializes a new OccmDemandSignalCatalogCollection 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.OccmDemandSignalCatalogSummary]) – The value to assign to the items property of this OccmDemandSignalCatalogCollection.
-
items
¶ [Required] Gets the items of this OccmDemandSignalCatalogCollection. An array of items containing demand signal catalogs.
Returns: The items of this OccmDemandSignalCatalogCollection. Return type: list[oci.capacity_management.models.OccmDemandSignalCatalogSummary]
-