{"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"]],["上次更新時間: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"]]