Show / Hide Table of Contents

Class ListSearchKeywordImpressionsMonthlyResponse

Represents the response for ListSearchKeywordImpressionsMonthly.

Inheritance
object
ListSearchKeywordImpressionsMonthlyResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX