ResourcePolicyWeeklyCycleDayOfWeek class
Properties
-
day
↔ String
-
Allows to define schedule that runs specified day of the week.
Possible string values are: [...]
read / write
-
duration
↔ String
-
Output only
Duration of the time window, automatically chosen to be
smallest possible in the given scenario.
read / write
-
startTime
↔ String
-
Time within the window to start the operations. It must be in format
"HH:MM", where HH :
00-23
and MM : 00-00
GMT.
read / write
-
hashCode
→ int
-
The hash code for this object.
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson()
→ Map<String, Object>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator.
inherited