Google Analytics Admin V1alpha Client - Class AccessBetweenFilter (0.20.0)

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

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ from_value Google\Analytics\Admin\V1alpha\NumericValue

Begins with this number.

↳ to_value Google\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
var Google\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
var Google\Analytics\Admin\V1alpha\NumericValue
Returns
TypeDescription
$this