type property

String? type
getter/setter pair

The type of the definition.

Output only. Possible string values are:

  • "TYPE_UNSPECIFIED" : Definition type unspecified.
  • "SCHEMA" : Definition type schema.

Implementation

core.String? type;