GoogleCloudChannelV1PeriodArgs

data class GoogleCloudChannelV1PeriodArgs(val duration: Output<Int>? = null, val periodType: Output<GoogleCloudChannelV1PeriodPeriodType>? = null) : ConvertibleToJava<GoogleCloudChannelV1PeriodArgs>

Represents period in days/months/years.

Constructors

Link copied to clipboard
constructor(duration: Output<Int>? = null, periodType: Output<GoogleCloudChannelV1PeriodPeriodType>? = null)

Properties

Link copied to clipboard
val duration: Output<Int>? = null

Total duration of Period Type defined.

Link copied to clipboard

Period Type.

Functions

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