inputSource property

String? inputSource
getter/setter pair

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;