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