Class FolderSummaryCollection
A collection of folder summaries. The collection can be lightweight details or full definitions.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class FolderSummaryCollection
  Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<FolderSummary> Items { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<FolderSummary> | The array of folder summaries.  | 
      
Remarks
Required