Class AgentCollection
Displays results of an Agent search. Contains both AgentSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class AgentCollectionProperties
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