Google Analytics Admin V1alpha Client - Class AccessBetweenFilter (0.11.1)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class AccessBetweenFilter.

To express that the result needs to be between two numbers (inclusive).

Generated from protobuf message google.analytics.admin.v1alpha.AccessBetweenFilter

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ from_valueGoogle\Analytics\Admin\V1alpha\NumericValue

Begins with this number.

↳ to_valueGoogle\Analytics\Admin\V1alpha\NumericValue

Ends with this number.

getFromValue

Begins with this number.

Returns
TypeDescription
Google\Analytics\Admin\V1alpha\NumericValue|null

hasFromValue

clearFromValue

setFromValue

Begins with this number.

Parameter
NameDescription
varGoogle\Analytics\Admin\V1alpha\NumericValue
Returns
TypeDescription
$this

getToValue

Ends with this number.

Returns
TypeDescription
Google\Analytics\Admin\V1alpha\NumericValue|null

hasToValue

clearToValue

setToValue

Ends with this number.

Parameter
NameDescription
varGoogle\Analytics\Admin\V1alpha\NumericValue
Returns
TypeDescription
$this