item property

String? item
getter/setter pair

Determines the parameter's value structure.

For example, LIST can be specified by defining type: LIST, and item: STRING. Possible string values are:

  • "TYPE_UNSPECIFIED" : This is only used for distinguishing unset values and should never be used. Results in an error.
  • "LIST" : List parameter type.
  • "STRING" : String parameter type.
  • "BOOLEAN" : Boolean parameter type.

Implementation

core.String? item;