共用方式為


OperationQueryParameter interface

將做為查詢參數加入至作業 HTTP 要求之作業的參數。

Extends

屬性

collectionFormat

如果這個查詢參數的值是集合,則應該將值轉換成何種格式類型。

skipEncoding

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

繼承的屬性

mapper

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

parameterPath

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

屬性詳細資料

collectionFormat

如果這個查詢參數的值是集合,則應該將值轉換成何種格式類型。

collectionFormat?: QueryCollectionFormat

屬性值

skipEncoding

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

skipEncoding?: boolean

屬性值

boolean

繼承的屬性詳細資料

mapper

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

mapper: Mapper

屬性值

繼承自OperationParameter.mapper

parameterPath

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

parameterPath: ParameterPath

屬性值

繼承自 operationParameter.parameterPathOperationParameter.parameterPath