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.Filter.BetweenFilter
Namespace
Google \ Analytics \ Data \ V1alpha \ FilterMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ from_value |
Google\Analytics\Data\V1alpha\NumericValue
Begins with this number. |
↳ to_value |
Google\Analytics\Data\V1alpha\NumericValue
Ends with this number. |
getFromValue
Begins with this number.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\NumericValue|null |
hasFromValue
clearFromValue
setFromValue
Begins with this number.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\NumericValue
|
Returns | |
---|---|
Type | Description |
$this |
getToValue
Ends with this number.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\NumericValue|null |
hasToValue
clearToValue
setToValue
Ends with this number.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\NumericValue
|
Returns | |
---|---|
Type | Description |
$this |