name property

String? name
getter/setter pair

The parameter name of the API key.

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

Optional.

Implementation

core.String? name;