promotions

@JvmName(name = "mwccukwvgsjgbrnn")
suspend fun promotions(value: Output<List<GoogleCloudRetailV2PromotionArgs>>)
@JvmName(name = "albklwptgjwwqccr")
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 = "ifcewfcwgrflehmd")
suspend fun promotions(vararg values: Output<GoogleCloudRetailV2PromotionArgs>)


@JvmName(name = "ilulptgacblixcjk")
suspend fun promotions(values: List<Output<GoogleCloudRetailV2PromotionArgs>>)
@JvmName(name = "awtsnhxsgatybaik")
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 = "kfnthilqeiqwfqmp")
suspend fun promotions(argument: List<suspend GoogleCloudRetailV2PromotionArgsBuilder.() -> Unit>)
@JvmName(name = "tkhlruotigcfjhvy")
suspend fun promotions(vararg argument: suspend GoogleCloudRetailV2PromotionArgsBuilder.() -> Unit)
@JvmName(name = "hbwgobagiyuvxsem")
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.