Class TaskSummaryCollection
This is the collection of task 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 TaskSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TaskSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<TaskSummary> | The array of task summaries. |
Remarks
Required