共用方式為


OperationURLParameter interface

將取代為作業要求 URL 之作業的參數。

Extends

屬性

skipEncoding

是否要在將 URL 參數的值新增至 URL 之前略過編碼。

繼承的屬性

mapper

定義如何驗證和串行化此參數值的對應程式。

parameterPath

此參數在 OperationArguments 中值的路徑,或物件,其中包含 OperationArguments 中每個屬性值的路徑。

屬性詳細資料

skipEncoding

是否要在將 URL 參數的值新增至 URL 之前略過編碼。

skipEncoding?: boolean

屬性值

boolean

繼承的屬性詳細資料

mapper

定義如何驗證和串行化此參數值的對應程式。

mapper: Mapper

屬性值

繼承自OperationParameter.mapper

parameterPath

此參數在 OperationArguments 中值的路徑,或物件,其中包含 OperationArguments 中每個屬性值的路徑。

parameterPath: ParameterPath

屬性值

繼承自 operationParameter.parameterPathOperationParameter.parameterPath