rules

@JvmName(name = "ujjsarfttovbjvjw")
suspend fun rules(value: Output<List<DocumentationRuleArgs>>)
@JvmName(name = "qnhhiblypxgqbcvt")
suspend fun rules(value: List<DocumentationRuleArgs>?)

Parameters

value

A list of documentation rules that apply to individual API elements. NOTE: All service configuration rules follow "last one wins" order.


@JvmName(name = "easyxguaamfjpsli")
suspend fun rules(vararg values: Output<DocumentationRuleArgs>)


@JvmName(name = "nuyacghgtxxtefhr")
suspend fun rules(values: List<Output<DocumentationRuleArgs>>)
@JvmName(name = "vkmgjlgcyqwddujm")
suspend fun rules(vararg values: DocumentationRuleArgs)

Parameters

values

A list of documentation rules that apply to individual API elements. NOTE: All service configuration rules follow "last one wins" order.


@JvmName(name = "yefubpacnlejeglc")
suspend fun rules(argument: List<suspend DocumentationRuleArgsBuilder.() -> Unit>)
@JvmName(name = "vsstmcasxhxxuiyk")
suspend fun rules(vararg argument: suspend DocumentationRuleArgsBuilder.() -> Unit)
@JvmName(name = "etvcoauavuvalywc")
suspend fun rules(argument: suspend DocumentationRuleArgsBuilder.() -> Unit)

Parameters

argument

A list of documentation rules that apply to individual API elements. NOTE: All service configuration rules follow "last one wins" order.