Class PatchChangeSummaryCollection
This is the collection of patch report 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 PatchChangeSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PatchChangeSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<PatchChangeSummary> | The array of patch summaries. |
Remarks
Required