Hello Sai Teja,
Thank you for your response.
Basically I create many "ads" with one mutate request. Let's say 1000 ads. Each ad has "h1, h2, h3, d1, d2" attributes.
I get a response from Google Ads API as List[MutateAdGroupAdResult] where each item has only `resource_name` and it is the list of 1000 items.
I want to persist the result of the operation List[(resource_name, h1, h2, h3, d1, d2)].
So if you say that there is no order correlation, how can I correlate the 1000 items I sent with the 1000 resource_names I got?