ChannelRetentionPeriodArgs

data class ChannelRetentionPeriodArgs(val numberOfDays: Output<Int>? = null, val unlimited: Output<Boolean>? = null) : ConvertibleToJava<ChannelRetentionPeriodArgs>

Constructors

Link copied to clipboard
fun ChannelRetentionPeriodArgs(numberOfDays: Output<Int>? = null, unlimited: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ChannelRetentionPeriodArgs

Properties

Link copied to clipboard
val numberOfDays: Output<Int>? = null
Link copied to clipboard
val unlimited: Output<Boolean>? = null