Show / Hide Table of Contents

Class AvailableOverrideMaintenanceStartTimeCollection

List of items containing available start times on every day of the week

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

In this article
Back to top