MutateSharedSetResult

共享集 mutate 的结果。

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

string

如果操作成功,系统会返回此值。

sharedSet

object (SharedSet)

执行 mutate 后仅包含可变字段的已转变共享集。只有在 responseContentType 设置为“MUTABLE_RESOURCE”时,才会返回该字段。