WorkflowDataSourceMarkup class

  • Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.

In a TextInput or SelectionInput widget with MULTI_SELECT type or a DateTimePicker, provide data source from Google.

Constructors

WorkflowDataSourceMarkup.new({bool? includeVariables, String? type})
WorkflowDataSourceMarkup.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
includeVariables bool?
Whether to include variables from the previous step in the data source.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of data source. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited