Class SoftwareUpdateCollection
Results of a software update search. Contains both software update summaries and a summary of the search.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class SoftwareUpdateCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SoftwareUpdateSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<SoftwareUpdateSummary> | List of all the available software updates. |
Remarks
Required