Class ScanResultCollection
Result of a managed instance scan that contains ScanResult items.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class ScanResultCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ScanResultSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ScanResultSummary> | List of scan results. |
Remarks
Required