Class MaintenanceWindowCollection
Results of a maintenanceWindow search. Contains both MaintenanceWindowSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.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 maintenanceWindows. |
Remarks
Required