com.pulumi.googlenative.contentwarehouse.v1.kotlin.outputs.GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSourceResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.contentwarehouse.v1.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The schema source information.
* @property name The schema name in the source.
* @property processorType The Doc AI processor type name.
*/
public data class GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSourceResponse(
public val name: String,
public val processorType: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.contentwarehouse.v1.outputs.GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSourceResponse): GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSourceResponse =
GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSourceResponse(
name = javaType.name(),
processorType = javaType.processorType(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy