queryParameters property
Query parameters to add when making API requests with this API key. To restrict this API key to specific IP addresses, add the restrictSources
parameter. You can only add a single source, but you can provide a range of IP addresses. Creating an API key fails if the request is made from an IP address outside the restricted range.
Implementation
@JsonKey(name: r'queryParameters')
final String? queryParameters;