Class ListSearchKeywordImpressionsMonthlyResponse
Represents the response for ListSearchKeywordImpressionsMonthly.
Implements
Inherited Members
Namespace: Google.Apis.BusinessProfilePerformance.v1.Data
Assembly: Google.Apis.BusinessProfilePerformance.v1.dll
Syntax
public class ListSearchKeywordImpressionsMonthlyResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
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.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchKeywordsCounts
Search terms which have been used to find a business.
Declaration
[JsonProperty("searchKeywordsCounts")]
public virtual IList<SearchKeywordCount> SearchKeywordsCounts { get; set; }
Property Value
Type | Description |
---|---|
IList<SearchKeywordCount> |