View Source GoogleApi.BusinessProfilePerformance.V1.Model.ListSearchKeywordImpressionsMonthlyResponse (google_api_business_profile_performance v0.4.0)
Represents the response for ListSearchKeywordImpressionsMonthly.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token indicating the last paginated result returned. This can be used by succeeding requests to get the next "page" of keywords. It will only be present when there are more results to be returned. -
searchKeywordsCounts
(type:list(GoogleApi.BusinessProfilePerformance.V1.Model.SearchKeywordCount.t)
, default:nil
) - Search terms which have been used to find a business.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BusinessProfilePerformance.V1.Model.ListSearchKeywordImpressionsMonthlyResponse{ nextPageToken: String.t() | nil, searchKeywordsCounts: [GoogleApi.BusinessProfilePerformance.V1.Model.SearchKeywordCount.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.