ExportOptions class
Additional options for exports
Constructors
- ExportOptions({CalendarExportOptions? calendarOptions, DriveExportOptions? driveOptions, GroupsExportOptions? groupsOptions, HangoutsChatExportOptions? hangoutsChatOptions, MailExportOptions? mailOptions, String? region, VoiceExportOptions? voiceOptions})
- ExportOptions.fromJson(Map json_)
Properties
- calendarOptions ↔ CalendarExportOptions?
-
Option available for Calendar export.
getter/setter pair
- driveOptions ↔ DriveExportOptions?
-
Options for Drive exports.
getter/setter pair
- groupsOptions ↔ GroupsExportOptions?
-
Options for Groups exports.
getter/setter pair
- hangoutsChatOptions ↔ HangoutsChatExportOptions?
-
Options for Chat exports.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mailOptions ↔ MailExportOptions?
-
Options for Gmail exports.
getter/setter pair
- region ↔ String?
-
The requested data region for the export.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- voiceOptions ↔ VoiceExportOptions?
-
Options for Voice exports.
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