Class GoogleAnalyticsAdminV1alphaAccessOrderBy
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.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAccessOrderBy : IDirectResponseSchema
Properties
Desc
If true, sorts by descending order. If false or unspecified, sorts in ascending order.
Declaration
[JsonProperty("desc")]
public virtual bool? Desc { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Dimension
Sorts results by a dimension's values.
Declaration
[JsonProperty("dimension")]
public virtual GoogleAnalyticsAdminV1alphaAccessOrderByDimensionOrderBy Dimension { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAccessOrderByDimensionOrderBy |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metric
Sorts results by a metric's values.
Declaration
[JsonProperty("metric")]
public virtual GoogleAnalyticsAdminV1alphaAccessOrderByMetricOrderBy Metric { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAccessOrderByMetricOrderBy |