Reference documentation and code samples for the Google Analytics Admin V1beta Client class AccessFilterExpressionList.
A list of filter expressions.
Generated from protobuf message google.analytics.admin.v1beta.AccessFilterExpressionList
Namespace
Google \ Analytics \ Admin \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ expressions |
array<AccessFilterExpression>
A list of filter expressions. |
getExpressions
A list of filter expressions.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<AccessFilterExpression> |
|
setExpressions
A list of filter expressions.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AccessFilterExpression>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|