Class OccmDemandSignalCatalogResourceCollection
A list containing detailed information about different resources.
Inherited Members
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class OccmDemandSignalCatalogResourceCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OccmDemandSignalCatalogResourceSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<OccmDemandSignalCatalogResourceSummary> | An array of items containing detailed information about different resources. |
Remarks
Required