---
title: FilterParamValue
description: FilterParamValue carries strongly-typed CEL parameter bindings.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/filter-param-value/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/filter-param-value.md
---

# FilterParamValue

FilterParamValue carries strongly-typed CEL parameter bindings.

**Package:** `thru.common.v1`

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `string_value` | `string` | 1 · optional | |
| `bytes_value` | `bytes` | 2 · optional | |
| `bool_value` | `bool` | 3 · optional | |
| `int_value` | `sint64` | 4 · optional | |
| `uint_value` | `uint64` | 5 · optional | |
| `double_value` | `double` | 6 · optional | |
| `pubkey_value` | [`Pubkey`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/pubkey.md) | 7 · optional | |
| `signature_value` | [`Signature`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/signature.md) | 8 · optional | |
| `ta_pubkey_value` | [`TaPubkey`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/ta-pubkey.md) | 9 · optional | |
| `ts_signature_value` | [`TsSignature`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/ts-signature.md) | 10 · optional | |
| `bytes_list_value` | [`BytesList`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/bytes-list.md) | 11 · optional | |
| `pubkey_list_value` | [`PubkeyList`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/pubkey-list.md) | 12 · optional | |
