TargetFilters0Properties

data class TargetFilters0Properties(val actions: List<LambdaHookAction>? = null, val invocationPoints: List<LambdaHookInvocationPoint>? = null, val targetNames: List<String>? = null)

Attribute to specify which targets should invoke the hook

Constructors

Link copied to clipboard
constructor(actions: List<LambdaHookAction>? = null, invocationPoints: List<LambdaHookInvocationPoint>? = null, targetNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of actions that the hook is going to target

Link copied to clipboard

List of invocation points that the hook is going to target

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

List of type names that the hook is going to target