type property

String? type
getter/setter pair

The type of entity.

Required. Immutable. Possible string values are:

  • "TYPE_UNSPECIFIED" : Type unspecified.
  • "TABLE" : Structured and semi-structured data.
  • "FILESET" : Unstructured data.

Implementation

core.String? type;