Show / Hide Table of Contents

Class MaintenanceWindowCollection

Result of List of maintenance window. Contains MaintenanceWindowSummary items and other data.

Inheritance
object
MaintenanceWindowCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class MaintenanceWindowCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MaintenanceWindowSummary> Items { get; set; }
Property Value
Type Description
List<MaintenanceWindowSummary>

List of maintenance window.

Remarks

Required

In this article
Back to top