CutoffTime class
Constructors
- CutoffTime()
- CutoffTime.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hour ↔ int
-
Hour of the cutoff time until which an order has to be placed to be
processed in the same day. Required.
read / write
- minute ↔ int
-
Minute of the cutoff time until which an order has to be placed to be
processed in the same day. Required.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- timezone ↔ String
-
Timezone identifier for the cutoff time. A list of identifiers can be
found in the AdWords API documentation. E.g. "Europe/Zurich". Required.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited