FleetProxyRule

data class FleetProxyRule(val effect: FleetProxyRuleEffect? = null, val entities: List<String>? = null, val type: FleetProxyRuleType? = null)

Constructors

Link copied to clipboard
constructor(effect: FleetProxyRuleEffect? = null, entities: List<String>? = null, type: FleetProxyRuleType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The behavior of the proxy rule.

Link copied to clipboard
val entities: List<String>? = null

The destination of the proxy rule.

Link copied to clipboard

The type of proxy rule.