UserListDateRuleItemInfo

  • Rule items can be created using a date operation.

  • Theoperator field, a required string representing a date comparison operator, must be populated when creating a new date rule item.

  • Thevalue field is a string representing the date value to be compared with the rule variable, in YYYY-MM-DD format.

  • Theoffset_in_days field represents the relative date value as a number of days offset from now, which will be overridden by thevalue field if both are present.

A rule item composed of a date operation.

Proto definition

Fields

offset_in_days

int64

The relative date value of the right hand side denoted by number of days offset from now. The value field will override this field when both are present.

operator

UserListDateRuleItemOperator

Date comparison operator. This field is required and must be populated when creating new date rule item.

value

string

String representing date value to be compared with the rule variable. Supported date format is YYYY-MM-DD. Times are reported in the customer's time zone.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.