type property

String? type
getter/setter pair

The message type. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified.
  • "JOB_STATE_CHANGED" : Notify users that the job state has changed.
  • "TASK_STATE_CHANGED" : Notify users that the task state has changed.

Implementation

core.String? type;