Class AgentInstallerCollection
Collection of the agent installer summary.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class AgentInstallerCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AgentInstallerSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<AgentInstallerSummary> | A list of the agent installer summaries. | 
Remarks
Required