@@ -132,6 +132,7 @@ <h3>Method Details</h3>
132
132
"mailOptions": { # Options for Gmail exports. # Options for Gmail exports.
133
133
"exportFormat": "A String", # The file format for exported messages.
134
134
"showConfidentialModeContent": True or False, # To export confidential mode content, set to **true**.
135
+ "useNewExport": True or False, # To use the new export system, set to **true**.
135
136
},
136
137
"region": "A String", # The requested data region for the export.
137
138
"voiceOptions": { # The options for Voice exports. # Options for Voice exports.
@@ -235,6 +236,7 @@ <h3>Method Details</h3>
235
236
"mailOptions": { # Options for Gmail exports. # Options for Gmail exports.
236
237
"exportFormat": "A String", # The file format for exported messages.
237
238
"showConfidentialModeContent": True or False, # To export confidential mode content, set to **true**.
239
+ "useNewExport": True or False, # To use the new export system, set to **true**.
238
240
},
239
241
"region": "A String", # The requested data region for the export.
240
242
"voiceOptions": { # The options for Voice exports. # Options for Voice exports.
@@ -365,6 +367,7 @@ <h3>Method Details</h3>
365
367
"mailOptions": { # Options for Gmail exports. # Options for Gmail exports.
366
368
"exportFormat": "A String", # The file format for exported messages.
367
369
"showConfidentialModeContent": True or False, # To export confidential mode content, set to **true**.
370
+ "useNewExport": True or False, # To use the new export system, set to **true**.
368
371
},
369
372
"region": "A String", # The requested data region for the export.
370
373
"voiceOptions": { # The options for Voice exports. # Options for Voice exports.
@@ -479,6 +482,7 @@ <h3>Method Details</h3>
479
482
"mailOptions": { # Options for Gmail exports. # Options for Gmail exports.
480
483
"exportFormat": "A String", # The file format for exported messages.
481
484
"showConfidentialModeContent": True or False, # To export confidential mode content, set to **true**.
485
+ "useNewExport": True or False, # To use the new export system, set to **true**.
482
486
},
483
487
"region": "A String", # The requested data region for the export.
484
488
"voiceOptions": { # The options for Voice exports. # Options for Voice exports.
0 commit comments