View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_SearchSearchAds360FieldsResponse (google_api_search_ads360 v0.9.0)
Response message for SearchAds360FieldService.SearchSearchAds360Fields.
Attributes
-
nextPageToken(type:String.t, default:nil) - Pagination token used to retrieve the next page of results. Pass the content of this string as thepage_tokenattribute of the next request.next_page_tokenis not returned for the last page. -
results(type:list(GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_SearchAds360Field.t), default:nil) - The list of fields that matched the query. -
totalResultsCount(type:String.t, default:nil) - Total number of results that match the query ignoring the LIMIT clause.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Services_SearchSearchAds360FieldsResponse{ nextPageToken: String.t() | nil, results: [ GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_SearchAds360Field.t() ] | nil, totalResultsCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.