inputSource property
The input source of the graph element.
Required. Possible string values are:
- "INPUT_SOURCE_UNSPECIFIED" : Default unknown input source.
- "TABLE" : Table input source.
- "VIEW" : View input source.
Implementation
core.String? inputSource;