Class SqlEndpointCollection
The results of a Sql Endpoint search. It contains the objects in a SqlEndpointSummary.
Inherited Members
Namespace: Oci.DataflowService.Models
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public class SqlEndpointCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SqlEndpointSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<SqlEndpointSummary> | The collection of SqlEndpointSummary objects. | 
Remarks
Required