MutateCustomerResult

客户 mutate 的结果。

JSON 表示法
{
  "resourceName": string,
  "customer": {
    object (Customer)
  }
}
字段
resourceName

string

如果操作成功,则返回此值。

customer

object (Customer)

转变后的客户仅具有可变字段。仅当 responseContentType 设置为“MUTABLE_RESOURCE”时,才会返回这些字段。