OccDemandSignalCollection¶
- 
class oci.demand_signal.models.OccDemandSignalCollection(**kwargs)¶
- Bases: - object- Results of a occDemandSignal search. Contains both OccDemandSignalSummary items and other information, such as metadata. - Methods - __init__(**kwargs)- Initializes a new OccDemandSignalCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this OccDemandSignalCollection. - 
__init__(**kwargs)¶
- Initializes a new OccDemandSignalCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.demand_signal.models.OccDemandSignalSummary]) – The value to assign to the items property of this OccDemandSignalCollection. 
 - 
items¶
- [Required] Gets the items of this OccDemandSignalCollection. List of occDemandSignals. - Returns: - The items of this OccDemandSignalCollection. - Return type: - list[oci.demand_signal.models.OccDemandSignalSummary] 
 
-