unusedArguments property

List<String>? unusedArguments
getter/setter pair

A list of fields and label keys that are ignored by the server.

The client doesn't need to send them for following requests to improve performance and allow better aggregation.

Implementation

core.List<core.String>? unusedArguments;