state property

String? state
getter/setter pair

The state of the manual trigger.

Will be set to the INACTIVE state upon creation.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value when state is not specified or is unknown in this version.
  • "INACTIVE" : The trigger is currently inactive and ready to be activated.
  • "ACTIVE" : The trigger is currently active (activated).

Implementation

core.String? state;