Show / Hide Table of Contents

Class ListenerCollection

Wrapper object for an array of ListenerSummary objects.

Inheritance
object
ListenerCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NetworkloadbalancerService.Models
Assembly: OCI.DotNetSDK.Networkloadbalancer.dll
Syntax
public class ListenerCollection

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<ListenerSummary> Items { get; set; }
Property Value
Type Description
List<ListenerSummary>

Array of ListenerSummary objects.

In this article
Back to top