Google Analytics Admin V1beta Client - Class AccessBetweenFilter (0.28.1)

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

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

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

Namespace

Google \ Analytics \ Admin \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ from_valueNumericValue

Begins with this number.

↳ to_valueNumericValue

Ends with this number.

getFromValue

Begins with this number.

Returns
TypeDescription
NumericValue|null

hasFromValue

clearFromValue

setFromValue

Begins with this number.

Parameter
NameDescription
varNumericValue
Returns
TypeDescription
$this

getToValue

Ends with this number.

Returns
TypeDescription
NumericValue|null

hasToValue

clearToValue

setToValue

Ends with this number.

Parameter
NameDescription
varNumericValue
Returns
TypeDescription
$this