promotions

@JvmName(name = "ilcxjnjfxasnmsty")
suspend fun promotions(value: Output<List<GoogleCloudRetailV2PromotionArgs>>)
@JvmName(name = "rdjaknvsufbqsvuk")
suspend fun promotions(value: List<GoogleCloudRetailV2PromotionArgs>?)

Parameters

value

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.


@JvmName(name = "thngffnqvnsdbgcr")
suspend fun promotions(vararg values: Output<GoogleCloudRetailV2PromotionArgs>)


@JvmName(name = "dkbrfqyguvncwife")
suspend fun promotions(values: List<Output<GoogleCloudRetailV2PromotionArgs>>)
@JvmName(name = "ubwthlbkkaeyrsov")
suspend fun promotions(vararg values: GoogleCloudRetailV2PromotionArgs)

Parameters

values

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.


@JvmName(name = "iitxqopndvqdfven")
suspend fun promotions(argument: List<suspend GoogleCloudRetailV2PromotionArgsBuilder.() -> Unit>)
@JvmName(name = "iiwajpnawbjwdkfd")
suspend fun promotions(vararg argument: suspend GoogleCloudRetailV2PromotionArgsBuilder.() -> Unit)
@JvmName(name = "bvrrfahbrtnlqtsv")
suspend fun promotions(argument: suspend GoogleCloudRetailV2PromotionArgsBuilder.() -> Unit)

Parameters

argument

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.