mode property

String? mode
getter/setter pair

The mode of the data mapping.

Optional. Possible string values are:

  • "MODE_UNSPECIFIED" : Unspecified mode.
  • "FIELD_MAPPING" : Use the field_mappings map for data transformation.
  • "PYTHON_SCRIPT" : Use the python_script for data transformation.

Implementation

core.String? mode;