Show / Hide Table of Contents

Class PoolCollection

The results of a query for a list of pools. It contains PoolSummary items.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PoolSummary> Items { get; set; }
Property Value
Type Description
List<PoolSummary>

A list of pools.

Remarks

Required

In this article
Back to top