GetRouteTableFilter

data class GetRouteTableFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetRouteTableFilter>

Constructors

Link copied to clipboard
fun GetRouteTableFilter(name: String, values: List<String>)

Functions

Link copied to clipboard
open override fun toJava(): GetRouteTableFilter

Properties

Link copied to clipboard

Name of the filter.

Link copied to clipboard

List of one or more values for the filter.