type property

String? type
getter/setter pair

The type of the data.

Optional. Possible string values are:

  • "TYPE_UNSPECIFIED" : Not specified, should not be used.
  • "STRING" : OpenAPI string type
  • "NUMBER" : OpenAPI number type
  • "INTEGER" : OpenAPI integer type
  • "BOOLEAN" : OpenAPI boolean type
  • "ARRAY" : OpenAPI array type
  • "OBJECT" : OpenAPI object type

Implementation

core.String? type;