keyName property

String? keyName
getter/setter pair

The parameter name or the header name of the API key.

E.g., If the API request is "https://example.com/act?X-Api-Key=", "X-Api-Key" would be the parameter name.

Required.

Implementation

core.String? keyName;