custom Constraint
suspend fun customConstraint(name: String, block: suspend CustomConstraintResourceBuilder.() -> Unit): CustomConstraint
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for CustomConstraint.
See also
Parameters
name
The unique name of the resulting resource.