categories

@JvmName(name = "inbphpygsqrmxoge")
suspend fun categories(value: Output<List<CategoryArgs>>)
@JvmName(name = "oyfnrkbqcuttgkjh")
suspend fun categories(value: List<CategoryArgs>?)

Parameters

value

The list of categories to which the update belongs.


@JvmName(name = "xsjwvppionctxyeq")
suspend fun categories(vararg values: Output<CategoryArgs>)


@JvmName(name = "frxpdgabvkujwson")
suspend fun categories(values: List<Output<CategoryArgs>>)
@JvmName(name = "vgxstccwihvdjjxn")
suspend fun categories(vararg values: CategoryArgs)

Parameters

values

The list of categories to which the update belongs.


@JvmName(name = "cpfnhqecysvuqknu")
suspend fun categories(argument: List<suspend CategoryArgsBuilder.() -> Unit>)
@JvmName(name = "ekecxcaqkoqwbdoq")
suspend fun categories(vararg argument: suspend CategoryArgsBuilder.() -> Unit)
@JvmName(name = "xlvpxhevtbtcjbhm")
suspend fun categories(argument: suspend CategoryArgsBuilder.() -> Unit)

Parameters

argument

The list of categories to which the update belongs.