ParameterValue interface
RequestPrepareOptions のパスまたはクエリ パラメーターに指定されたパラメーター値
プロパティ
skip |
true に設定されている場合、URL エンコードを無効にします。 |
value | パラメーターの値。 |
プロパティの詳細
skipUrlEncoding
true に設定されている場合、URL エンコードを無効にします。
skipUrlEncoding: boolean
プロパティ値
boolean
value
パラメーターの値。
value: any
プロパティ値
any