![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.quicksight.kotlin.outputs.TopicNegativeFormat.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property prefix The prefix for a negative format.
* @property suffix The suffix for a negative format.
*/
public data class TopicNegativeFormat(
public val prefix: String? = null,
public val suffix: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TopicNegativeFormat): TopicNegativeFormat = TopicNegativeFormat(
prefix = javaType.prefix().map({ args0 -> args0 }).orElse(null),
suffix = javaType.suffix().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy