argumentKind property

String? argumentKind
getter/setter pair

Defaults to FIXED_TYPE.

Optional. Possible string values are:

  • "ARGUMENT_KIND_UNSPECIFIED" : Default value.
  • "FIXED_TYPE" : The argument is a variable with fully specified type, which can be a struct or an array, but not a table.
  • "ANY_TYPE" : The argument is any type, including struct or array, but not a table. To be added: FIXED_TABLE, ANY_TABLE

Implementation

core.String? argumentKind;