jsonName property

String? jsonName
getter/setter pair

JSON name of this field.

The value is set by protocol compiler. If the user has set a "json_name" option on this field, that option's value will be used. Otherwise, it's deduced from the field's name by converting it to camelCase.

Implementation

core.String? jsonName;