clickAnalytics property
Whether to include a queryID
attribute in the response. The query ID is a unique identifier for a search query and is required for tracking click and conversion events.
Implementation
@JsonKey(name: r'clickAnalytics')
final bool? clickAnalytics;