IotFlowRuntimeCollection¶
-
class
oci.iot.models.IotFlowRuntimeCollection(**kwargs)¶ Bases:
objectA collection of IoT flow runtime summary items.
Methods
__init__(**kwargs)Initializes a new IotFlowRuntimeCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this IotFlowRuntimeCollection. -
__init__(**kwargs)¶ Initializes a new IotFlowRuntimeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.iot.models.IotFlowRuntimeSummary]) – The value to assign to the items property of this IotFlowRuntimeCollection.
-
items¶ [Required] Gets the items of this IotFlowRuntimeCollection. The list of IoT flow runtime summary items.
Returns: The items of this IotFlowRuntimeCollection. Return type: list[oci.iot.models.IotFlowRuntimeSummary]
-