Google Analytics Admin V1beta Client - Class DimensionOrderBy (0.31.0)

Reference documentation and code samples for the Google Analytics Admin V1beta Client class DimensionOrderBy.

Sorts by dimension values.

Generated from protobuf message google.analytics.admin.v1beta.AccessOrderBy.DimensionOrderBy

Namespace

Google \ Analytics \ Admin \ V1beta \ AccessOrderBy

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ dimension_name string

A dimension name in the request to order by.

↳ order_type int

Controls the rule for dimension value ordering.

getDimensionName

A dimension name in the request to order by.

Returns
Type Description
string

setDimensionName

A dimension name in the request to order by.

Parameter
Name Description
var string
Returns
Type Description
$this

getOrderType

Controls the rule for dimension value ordering.

Returns
Type Description
int Enum of type OrderType.

setOrderType

Controls the rule for dimension value ordering.

Parameter
Name Description
var int

Enum of type OrderType.

Returns
Type Description
$this