
com.pulumi.azurenative.recoveryservices.kotlin.outputs.DailyRetentionFormatResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.recoveryservices.kotlin.outputs
import kotlin.Suppress
import kotlin.collections.List
/**
* Daily retention format.
* @property daysOfTheMonth List of days of the month.
*/
public data class DailyRetentionFormatResponse(
public val daysOfTheMonth: List? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.recoveryservices.outputs.DailyRetentionFormatResponse): DailyRetentionFormatResponse = DailyRetentionFormatResponse(
daysOfTheMonth = javaType.daysOfTheMonth().map({ args0 ->
args0.let({ args0 ->
com.pulumi.azurenative.recoveryservices.kotlin.outputs.DayResponse.Companion.toKotlin(args0)
})
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy