ParameterMutation
JSON 表示法 |
{
"parameter": string,
"parameterValue": string
} |
字段 |
parameter |
string
必需。要转变的参数的名称。此值必须:* 少于 40 个字符。* 在规则内的所有变更中是唯一的 * 只能包含字母、数字或 _(下划线)对于事件编辑规则,名称也可以设置为“eventName”直接修改现有的 eventName
|
parameterValue |
string
必需。要执行的值变更。* 必须少于 100 个字符。* 要为该参数指定常量值,请使用该值的字符串。* 如需从其他参数复制值,请使用“[[other_parameter]]”等语法有关详情,请参阅这篇帮助中心文章。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-09。
[null,null,["最后更新时间 (UTC):2024-09-09。"],[[["Defines an event parameter for mutation using JSON representation with `parameter` and `parameterValue` fields."],["`parameter` specifies the event parameter's name for mutation, adhering to specific length, uniqueness, and character constraints."],["`parameterValue` defines the mutation, either as a constant string value or by copying from another parameter using a specific syntax."]]],[]]