no `callSettings` parameter in the API signature as seen in the API-client-library code examples
I want to get the request-id
for my calls to upload_click_conversions
When I look at a code example for that, I see I should send a callSettings object.
From the API-client-library code examples:
I don't see callSettings
parameter in the API signature or as a member inside the Request
object.