action property

String? action
getter/setter pair

Action to be performed.

Required. Possible string values are:

  • "ACTION_UNSPECIFIED" : Default unspecified action.
  • "UPLOAD" : Upload or upsert data.
  • "DELETE" : Delete data.

Implementation

core.String? action;