All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azure.synapse.kotlin.outputs.SparkPoolLibraryRequirement.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.synapse.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property content The content of library requirements.
 * @property filename The name of the library requirements file.
 */
public data class SparkPoolLibraryRequirement(
    public val content: String,
    public val filename: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.synapse.outputs.SparkPoolLibraryRequirement):
            SparkPoolLibraryRequirement = SparkPoolLibraryRequirement(
            content = javaType.content(),
            filename = javaType.filename(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy