actionType property

String? actionType
getter/setter pair

The type of the action.

Output only. Possible string values are:

  • "ACTION_TYPE_UNSPECIFIED" : Default unspecified action type.
  • "SYNC_METADATA" : Action type for sync metadata.
  • "SYNC_RUNTIME_DATA" : Action type for sync runtime data.

Implementation

core.String? actionType;