Class WorkflowDataSourceMarkup
- Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons. In a
TextInputorSelectionInputwidget with MULTI_SELECT type or aDateTimePicker, provide data source from Google.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class WorkflowDataSourceMarkup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IncludeVariables
Whether to include variables from the previous step in the data source.
Declaration
[JsonProperty("includeVariables")]
public virtual bool? IncludeVariables { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Type
The type of data source.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |