Show / Hide Table of Contents

Class SearchKeywordCount

Represents a single search keyword and its value.

Inheritance
object
SearchKeywordCount
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 SearchKeywordCount : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InsightsValue

One of either: 1) The sum of the number of unique users that used the keyword in a month, aggregated for each month requested. 2) A threshold that indicates that the actual value is below this threshold.

Declaration
[JsonProperty("insightsValue")]
public virtual InsightsValue InsightsValue { get; set; }
Property Value
Type Description
InsightsValue

SearchKeyword

The lower-cased string that the user entered.

Declaration
[JsonProperty("searchKeyword")]
public virtual string SearchKeyword { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX