Google Analytics Data V1alpha Client - Class BetweenFilter (0.20.1)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class BetweenFilter.

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

Generated from protobuf message google.analytics.data.v1alpha.BetweenFilter

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ from_value NumericValue

Begins with this number.

↳ to_value NumericValue

Ends with this number.

getFromValue

Begins with this number.

Returns
Type Description
NumericValue|null

hasFromValue

clearFromValue

setFromValue

Begins with this number.

Parameter
Name Description
var NumericValue
Returns
Type Description
$this

getToValue

Ends with this number.

Returns
Type Description
NumericValue|null

hasToValue

clearToValue

setToValue

Ends with this number.

Parameter
Name Description
var NumericValue
Returns
Type Description
$this