Show / Hide Table of Contents

Class Goal.VisitTimeOnSiteDetailsData

Details for the goal of the type VISIT_TIME_ON_SITE.

Inheritance
System.Object
Goal.VisitTimeOnSiteDetailsData
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.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class 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
System.String

ComparisonValue

Value used for this comparison.

Declaration
[JsonProperty("comparisonValue")]
public virtual long? ComparisonValue { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
In This Article
Back to top