Class Goal.VisitNumPagesDetailsData
Details for the goal of the type VISIT_NUM_PAGES.
Inheritance
System.Object
Goal.VisitNumPagesDetailsData
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 VisitNumPagesDetailsData
Properties
ComparisonType
Type of comparison. Possible values are LESS_THAN, GREATER_THAN, or EQUAL.
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> |