Class ConnectionCollection
Collection of connections.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.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> | Collection of connections. |
Remarks
Required