mode property
The mode of the data mapping.
Optional. Possible string values are:
- "MODE_UNSPECIFIED" : Unspecified mode.
- "FIELD_MAPPING" : Use the
field_mappingsmap for data transformation. - "PYTHON_SCRIPT" : Use the
python_scriptfor data transformation.
Implementation
core.String? mode;