Show / Hide Table of Contents

Class Goal.VisitTimeOnSiteDetailsData

Details for the goal of the type VISIT_TIME_ON_SITE.

Inheritance
object
Goal.VisitTimeOnSiteDetailsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Goal.VisitTimeOnSiteDetailsData

Properties

ComparisonType

Type of comparison. Possible values are LESS_THAN or GREATER_THAN.

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

ComparisonValue

Value used for this comparison.

Declaration
[JsonProperty("comparisonValue")]
public virtual long? ComparisonValue { get; set; }
Property Value
Type Description
long?
In this article
Back to top Generated by DocFX