VacationSettings class
Vacation auto-reply settings for an account.
These settings correspond to the "Vacation responder" feature in the web interface.
Constructors
Properties
- enableAutoReply ↔ bool?
-
Flag that controls whether Gmail automatically replies to messages.
getter/setter pair
- endTime ↔ String?
-
An optional end time for sending auto-replies (epoch ms).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- responseBodyHtml ↔ String?
-
Response body in HTML format.
getter/setter pair
- responseBodyPlainText ↔ String?
-
Response body in plain text format.
getter/setter pair
- responseSubject ↔ String?
-
Optional text to prepend to the subject line in vacation responses.
getter/setter pair
- restrictToContacts ↔ bool?
-
Flag that determines whether responses are sent to recipients who are not
in the user's list of contacts.
getter/setter pair
- restrictToDomain ↔ bool?
-
Flag that determines whether responses are sent to recipients who are
outside of the user's domain.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
An optional start time for sending auto-replies (epoch ms).
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