
com.pulumi.azurenative.documentdb.kotlin.outputs.AnalyticalStorageConfigurationResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.documentdb.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Analytical storage specific properties.
* @property schemaType Describes the types of schema for analytical storage.
*/
public data class AnalyticalStorageConfigurationResponse(
public val schemaType: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.documentdb.outputs.AnalyticalStorageConfigurationResponse): AnalyticalStorageConfigurationResponse = AnalyticalStorageConfigurationResponse(
schemaType = javaType.schemaType().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy