Show / Hide Table of Contents

Class MaintenanceExecutionCollection

A collection of maintenance run execution history.

Inheritance
object
MaintenanceExecutionCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top