Google 会使用 AI 技术将内容翻译成您偏好的语言。AI 翻译可能包含错误。
ChangeAccountManager
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
将管理特定账号的责任转移给其他经理。发送者必须是该账号的当前客户经理,并且新经理还必须签署此交易才能提供同意。
| JSON 表示法 |
{
"account": {
object (Entity)
},
"accountId": string,
"nextManager": {
object (Entity)
},
"nextManagerId": string
} |
| 字段 |
account (deprecated) |
object (Entity)
可选。已弃用:请改用 accountId。要更改经理的账号的 ID。
|
accountId |
string
可选。要更改经理的账号的 ID。必须指定 account 或 accountId。该值不得超过 60 个字符。
|
nextManager (deprecated) |
object (Entity)
可选。已弃用:请改用 nextManagerId。新提议的客户经理的 ID。验证需要新经理也签署此交易。
|
nextManagerId |
string
可选。新提议的客户经理的 ID。验证需要新经理也签署此交易。必须指定 nextManager 或 nextManagerId。该值不得超过 60 个字符。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-08-26。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2026-08-26。"],[],[]]