Show / Hide Table of Contents

Class HostAgentScanResultSummaryCollection

A collection of HostAgentScanResultSummary

Inheritance
object
HostAgentScanResultSummaryCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top