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

com.pulumi.azurenative.confluent.kotlin.outputs.OfferDetailResponse.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 2.82.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.confluent.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Confluent Offer detail
 * @property id Offer Id
 * @property planId Offer Plan Id
 * @property planName Offer Plan Name
 * @property publisherId Publisher Id
 * @property status SaaS Offer Status
 * @property termUnit Offer Plan Term unit
 */
public data class OfferDetailResponse(
    public val id: String,
    public val planId: String,
    public val planName: String,
    public val publisherId: String,
    public val status: String,
    public val termUnit: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.confluent.outputs.OfferDetailResponse): OfferDetailResponse = OfferDetailResponse(
            id = javaType.id(),
            planId = javaType.planId(),
            planName = javaType.planName(),
            publisherId = javaType.publisherId(),
            status = javaType.status(),
            termUnit = javaType.termUnit(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy