Class HostAgentScanResultSummaryCollection
A collection of HostAgentScanResultSummary
Inherited Members
Namespace: Oci.VulnerabilityscanningService.Models
Assembly: OCI.DotNetSDK.Vulnerabilityscanning.dll
Syntax
public class HostAgentScanResultSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<HostAgentScanResultSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<HostAgentScanResultSummary> | The HostAgentScanResultSummary objects in the collection |
Remarks
Required