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

com.pulumi.azurenative.datamigration.kotlin.outputs.MigrateOracleAzureDbPostgreSqlSyncTaskOutputErrorResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.datamigration.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property error Migration error
 * @property id Result identifier
 * @property resultType Result type
 * Expected value is 'ErrorOutput'.
 */
public data class MigrateOracleAzureDbPostgreSqlSyncTaskOutputErrorResponse(
    public val error: ReportableExceptionResponse,
    public val id: String,
    public val resultType: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.datamigration.outputs.MigrateOracleAzureDbPostgreSqlSyncTaskOutputErrorResponse): MigrateOracleAzureDbPostgreSqlSyncTaskOutputErrorResponse =
            MigrateOracleAzureDbPostgreSqlSyncTaskOutputErrorResponse(
                error = javaType.error().let({ args0 ->
                    com.pulumi.azurenative.datamigration.kotlin.outputs.ReportableExceptionResponse.Companion.toKotlin(args0)
                }),
                id = javaType.id(),
                resultType = javaType.resultType(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy