ListControlsResponse

ListControls 方法的响应。

JSON 表示法
{
  "controls": [
    {
      object (Control)
    }
  ],
  "nextPageToken": string
}
字段
controls[]

object (Control)

给定数据存储区的所有控件。

nextPageToken

string

分页令牌;如果未返回,则表示已在最后一页。