DenyMaintenancePeriod class

Deny Maintenance Periods.

This specifies a date range during when all CSA rollout will be denied.

Constructors

DenyMaintenancePeriod({String? endDate, String? startDate, String? time})
DenyMaintenancePeriod.fromJson(Map _json)

Properties

endDate String?
"deny maintenance 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 String?
"deny maintenance period" start date.
getter/setter pair
time String?
Time in UTC when the "deny maintenance 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