ParameterType

特定查询参数的相关信息。

JSON 表示法
{
  "type": {
    object (FieldType)
  },
  "description": string,
  "defaultValue": {
    object (ParameterValue)
  }
}
字段
type

object (FieldType)

参数字段类型。

description

string

(可选)参数说明。

defaultValue

object (ParameterValue)

(可选)在未提供参数值时应使用的值。