categories

@JvmName(name = "qlvjeshwtmwkogsl")
suspend fun categories(value: Output<List<ListingCategoriesItem>>)
@JvmName(name = "caboqeasunofgpru")
suspend fun categories(value: List<ListingCategoriesItem>?)

Parameters

value

Optional. Categories of the listing. Up to two categories are allowed.


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


@JvmName(name = "otuiffxqxuubhnfv")
suspend fun categories(values: List<Output<ListingCategoriesItem>>)
@JvmName(name = "amqvxrckaijeowen")
suspend fun categories(vararg values: ListingCategoriesItem)

Parameters

values

Optional. Categories of the listing. Up to two categories are allowed.