Show / Hide Table of Contents

Class InternalOccmDemandSignalItemCollection

A list containing detailed information about different resources demanded as part of a given demand signal.

Inheritance
object
InternalOccmDemandSignalItemCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class InternalOccmDemandSignalItemCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<InternalOccmDemandSignalItemSummary> Items { get; set; }
Property Value
Type Description
List<InternalOccmDemandSignalItemSummary>

An array of items containing detailed information about different resource demanded as part of a demand signal.

Remarks

Required

In this article
Back to top