注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
UserListOperation
JSON 表示法 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (UserList )
},
"update": {
object (UserList )
},
"remove": string
// End of list of possible types for union field operation .
} |
字段 |
updateMask |
string (FieldMask format)
用于确定更新中要修改哪些资源字段的 FieldMask。 这是完全限定字段名称的逗号分隔列表。示例:"user.displayName,photo" 。
|
联合字段 operation 。Mutate 操作。operation 只能是下列其中一项: |
create |
object (UserList )
创建操作:新用户列表应不含资源名称。
|
update |
object (UserList )
更新操作:用户名单应具有有效的资源名称。
|
remove |
string
移除操作:应提供已移除用户列表的资源名称,格式如下: customers/{customerId}/userLists/{userListId}
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-06。
[null,null,["最后更新时间 (UTC):2024-11-06。"],[[["This operation handles creating, updating, or removing a user list within Google Ads."],["It utilizes a JSON payload with an `operation` field specifying the action type and providing relevant data."],["The `updateMask` field allows for selective modification of user list attributes during updates."],["`create` operations require user list details without a resource name, while `update` operations necessitate an existing resource name."],["`remove` operations solely need the user list's resource name for deletion."]]],[]]