ParameterType

特定查詢參數的相關資訊。

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

object (FieldType)

參數欄位類型。

description

string

選用,參數說明。

defaultValue

object (ParameterValue)

選用,如未提供參數值,應使用的值。