Show / Hide Table of Contents

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.

Inheritance
object
GoogleAnalyticsAdminV1betaAccessOrderBy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX