data class GetZonesFilter(val accountId: String? = null, val lookupType: String? = null, val match: String? = null, val name: String? = null, val paused: Boolean? = null, val status: String? = null) : ConvertibleToJava<GetZonesFilter>
A RE2 compatible regular expression to filter the results. This is performed client side whereas the name and lookup_type are performed on the Cloudflare server side.