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