Class PatchSummaryCollection
This is the collection of patch summaries, it may be a collection of lightweight details or full definitions.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class PatchSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PatchSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<PatchSummary> | The array of patch summaries. |
Remarks
Required