visibility property

String? visibility
getter/setter pair

Specifies whether the widget is visible or hidden.

The default value is VISIBLE. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons. Possible string values are:

  • "VISIBILITY_UNSPECIFIED" : Unspecified visibility. Do not use.
  • "VISIBLE" : The UI element is visible.
  • "HIDDEN" : The UI element is hidden.

Implementation

core.String? visibility;