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