categories

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

Parameters

value

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


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


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

Parameters

values

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