categories

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

Parameters

value

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


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


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

Parameters

values

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