Class DataFlowSummaryCollection
This is the collection of data flow summaries, it may be a collection of lightweight details or full definitions.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DataFlowSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DataFlowSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DataFlowSummary> | The array of data flow summaries. |
Remarks
Required