Show / Hide Table of Contents

Class WorkerCollection

The results of an On-premise VP worker search, which contains WorkerSummary items and other data in an APM domain.

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

Properties

Items

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

List of WorkerSummary items.

Remarks

Required

In this article
Back to top