Class IotFlowRuntimeCollection
A collection of IoT flow runtime summary items.
Inherited Members
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class IotFlowRuntimeCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<IotFlowRuntimeSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<IotFlowRuntimeSummary> | The list of IoT flow runtime summary items. |
Remarks
Required