UserListStringRuleItemInfo
A rule item composed of a string operation.
Fields |
operator
|
UserListStringRuleItemOperator
String comparison operator. This field is required and must be populated when creating a new string rule item.
|
value
|
string
The right hand side of the string rule item. For URLs or referrer URLs, the value can not contain illegal URL chars such as newlines, quotes, tabs, or parentheses. This field is required and must be populated when creating a new string rule item.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["User list string rule items define rules based on string operations."],["These rules utilize an `operator` to compare a user's value against a specified `value`."],["Operators encompass various string comparisons, while values represent the expected string for matching."],["When creating a rule, both the `operator` and `value` fields are mandatory."],["Values representing URLs or referrer URLs should adhere to valid URL formatting, avoiding characters like newlines, quotes, tabs, and parentheses."]]],[]]