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