Show / Hide Table of Contents

Class AgentCollection

Displays results of an Agent search. Contains both AgentSummary items and other information, such as metadata.

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

Properties

Items

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

List of Agents.

Remarks

Required

In this article
Back to top