{"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.}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["This documentation describes a single operation (create, update, or remove) on a user list."],["The operation is defined using a JSON payload with fields specifying the type of operation and the user list data."],["For updates, a `fieldMask` is used to indicate which fields of the user list should be modified."],["Creating a new user list does not require a resource name, while updating or removing a list does."]]],["The core content details a single operation on a user list, which can be a create, update, or remove action. The `updateMask` field specifies which fields to modify during an update. A `create` operation doesn't expect a resource name. An `update` requires a valid resource name, and a `remove` operation expects the user list's resource name in a specified format (`customers/{customerId}/userLists/{userListId}`). Only one of these operation can occur at a time.\n"]]