removeQuotes property

bool? removeQuotes
final

A value that specifies to remove surrounding quotation marks from strings in the incoming data. All characters within the quotation marks, including delimiters, are retained. Choose true to remove quotation marks. The default is false.

Implementation

final bool? removeQuotes;