AI-generated Key Takeaways
- 
          The SearchGoogleAdsFieldsResponsemessage contains the results of a GoogleAdsFieldService search.
- 
          The resultsfield is a list ofGoogleAdsFieldobjects that matched the query.
- 
          The next_page_tokenfield is used for pagination to retrieve the next page of results.
- 
          The total_results_countfield indicates the total number of results that match the query, disregarding the LIMIT clause.
Response message for GoogleAdsFieldService.SearchGoogleAdsFields.
| Fields | |
|---|---|
| 
 | The list of fields that matched the query. | 
| 
 | 
 Pagination token used to retrieve the next page of results. Pass the content of this string as the  | 
| 
 | 
 Total number of results that match the query ignoring the LIMIT clause. |