Class ConnectionCollection
List of connection summary objects.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class ConnectionCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ConnectionSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ConnectionSummary> | An array of Connection summaries. |
Remarks
Required