GoogleAnalyticsAdminV1betaAccessOrderBy class

Order bys define how rows will be sorted in the response.

For example, ordering rows by descending access count is one ordering, and ordering rows by the country string is a different ordering.

Properties

desc ↔ bool?
If true, sorts by descending order.
getter/setter pair
dimension ↔ GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy?
Sorts results by a dimension's values.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
metric ↔ GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy?
Sorts results by a metric's values.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited