DenyMaintenancePeriod class

DenyMaintenancePeriod definition.

Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.

Properties

endDate GoogleTypeDate?
Deny period end date.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate GoogleTypeDate?
Deny period start date.
getter/setter pair
time GoogleTypeTimeOfDay?
Time in UTC when the deny period starts on start_date and ends on end_date.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited