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