Class BackendCollection
Wrapper object for an array of BackendSummary objects.
Inherited Members
Namespace: Oci.NetworkloadbalancerService.Models
Assembly: OCI.DotNetSDK.Networkloadbalancer.dll
Syntax
public class BackendCollectionProperties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<BackendSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<BackendSummary> | An array of BackendSummary objects. |