Class OperationsInsightsWarehouseSummaryCollection
Collection of Operations Insights Warehouse summary objects.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class OperationsInsightsWarehouseSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OperationsInsightsWarehouseSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<OperationsInsightsWarehouseSummary> | Array of Operations Insights Warehouse summary objects. |
Remarks
Required