ElasticTrafficFilterResponse

data class ElasticTrafficFilterResponse(val description: String? = null, val id: String? = null, val includeByDefault: Boolean? = null, val name: String? = null, val region: String? = null, val rules: List<ElasticTrafficFilterRuleResponse>? = null, val type: String? = null)

Elastic traffic filter object

Constructors

Link copied to clipboard
constructor(description: String? = null, id: String? = null, includeByDefault: Boolean? = null, name: String? = null, region: String? = null, rules: List<ElasticTrafficFilterRuleResponse>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the elastic filter

Link copied to clipboard
val id: String? = null

Id of the elastic filter

Link copied to clipboard

IncludeByDefault for the elastic filter

Link copied to clipboard
val name: String? = null

Name of the elastic filter

Link copied to clipboard
val region: String? = null

Region of the elastic filter

Link copied to clipboard

Rules in the elastic filter

Link copied to clipboard
val type: String? = null

Type of the elastic filter