dataType property

String? dataType
getter/setter pair

Data type of path param

Optional. Possible string values are:

  • "DATA_TYPE_UNSPECIFIED" : Unspecified data type
  • "BOOL" : Boolean data type
  • "INTEGER" : Integer data type
  • "FLOAT" : Float data type
  • "STRING" : String data type
  • "UUID" : UUID data type

Implementation

core.String? dataType;