Show / Hide Table of Contents

Class ApiDataRow

Inheritance
System.Object
ApiDataRow
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class ApiDataRow : IDirectResponseSchema

Properties

Clicks

Declaration
[JsonProperty("clicks")]
public virtual double? Clicks { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Ctr

Declaration
[JsonProperty("ctr")]
public virtual double? Ctr { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

ETag

The ETag of the item.

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

Impressions

Declaration
[JsonProperty("impressions")]
public virtual double? Impressions { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Keys

Declaration
[JsonProperty("keys")]
public virtual IList<string> Keys { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Position

Declaration
[JsonProperty("position")]
public virtual double? Position { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Implements

IDirectResponseSchema
Back to top