Class AvailableOverrideMaintenanceStartTimeCollection
List of items containing available start times on every day of the week
Inherited Members
Namespace: Oci.LustrefilestorageService.Models
Assembly: OCI.DotNetSDK.Lustrefilestorage.dll
Syntax
public class AvailableOverrideMaintenanceStartTimeCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AvailableOverrideMaintenanceStartTimeSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AvailableOverrideMaintenanceStartTimeSummary> | List of available start times on every day of the week |
Remarks
Required