Class GoogleAnalyticsAdminV1betaAccessOrderBy
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.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaAccessOrderBy : 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 GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy Dimension { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy |
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 GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy Metric { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy |