Class MaintenanceExecutionCollection
A collection of maintenance run execution history.
Inherited Members
Namespace: Oci.DataccService.Models
Assembly: OCI.DotNetSDK.Datacc.dll
Syntax
public class MaintenanceExecutionCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MaintenanceExecutionSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MaintenanceExecutionSummary> | A list of maintenance run execution history. |
Remarks
Required