Google Analytics Admin V1alpha Client - Class BetweenFilter (0.24.1)

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

A filter for numeric or date values between certain values on a dimension or metric.

Generated from protobuf message google.analytics.admin.v1alpha.AudienceDimensionOrMetricFilter.BetweenFilter

Namespace

Google \ Analytics \ Admin \ V1alpha \ AudienceDimensionOrMetricFilter

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ from_value NumericValue

Required. Begins with this number, inclusive.

↳ to_value NumericValue

Required. Ends with this number, inclusive.

getFromValue

Required. Begins with this number, inclusive.

Returns
Type Description
NumericValue|null

hasFromValue

clearFromValue

setFromValue

Required. Begins with this number, inclusive.

Parameter
Name Description
var NumericValue
Returns
Type Description
$this

getToValue

Required. Ends with this number, inclusive.

Returns
Type Description
NumericValue|null

hasToValue

clearToValue

setToValue

Required. Ends with this number, inclusive.

Parameter
Name Description
var NumericValue
Returns
Type Description
$this