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

com.pulumi.googlenative.container.v1beta1.kotlin.outputs.BigQueryDestinationResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.googlenative.container.v1beta1.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Parameters for using BigQuery as the destination of resource usage export.
 * @property datasetId The ID of a BigQuery Dataset.
 */
public data class BigQueryDestinationResponse(
    public val datasetId: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.container.v1beta1.outputs.BigQueryDestinationResponse): BigQueryDestinationResponse = BigQueryDestinationResponse(
            datasetId = javaType.datasetId(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy