Show / Hide Table of Contents

Class WorkRequestCollection

Wrapper object for an array of WorkRequest objects.

Inheritance
object
WorkRequestCollection
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 WorkRequestCollection

Properties

Items

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

An array of WorkRequest objects.

In this article
Back to top