Class AvailableMaintenanceScheduleStartTimeCollection
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 AvailableMaintenanceScheduleStartTimeCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AvailableMaintenanceScheduleStartTimeSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AvailableMaintenanceScheduleStartTimeSummary> | List of available start times on every day of the week |
Remarks
Required