Class InstalledPatchCollection
Results of an installed patches search.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class InstalledPatchCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<InstalledPatchSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InstalledPatchSummary> | List of installed patches |
Remarks
Required