ParameterType

特定のクエリ パラメータに関する情報。

JSON 表現
{
  "type": {
    object (FieldType)
  },
  "description": string,
  "defaultValue": {
    object (ParameterValue)
  }
}
フィールド
type

object (FieldType)

パラメータ フィールドの型。

description

string

(省略可)パラメータの説明。

defaultValue

object (ParameterValue)

(省略可)パラメータ値が指定されていない場合に使用する値。