# SegmentEventFilterParameter - admin-graphql - OBJECT Version: 2024-10 ## Description The parameters for an event segment filter. ### Access Scopes `read_customers` access scope. ## Fields * [acceptsMultipleValues](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the parameter accepts a list of values. * [localizedDescription](/docs/api/admin-graphql/2024-10/scalars/String): String! - The localized description of the parameter. * [localizedName](/docs/api/admin-graphql/2024-10/scalars/String): String! - The localized name of the parameter. * [optional](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the parameter is optional. * [parameterType](/docs/api/admin-graphql/2024-10/scalars/String): String! - The type of the parameter. * [queryName](/docs/api/admin-graphql/2024-10/scalars/String): String! - The query name of the parameter. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples