Class PatchDiscoveryJobResultDetails
Details to patch discovery results.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class PatchDiscoveryJobResultDetailsProperties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<PatchInstruction> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<PatchInstruction> | An array of patch instructions. |