categories

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

Parameters

value

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


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


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

Parameters

values

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