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

com.pulumi.azurenative.edgeorder.kotlin.outputs.Pav2MeterDetailsResponse.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.edgeorder.kotlin.outputs

import kotlin.Double
import kotlin.String
import kotlin.Suppress

/**
 * Billing type PAV2 meter details.
 * @property billingType Represents billing type.
 * Expected value is 'Pav2'.
 * @property chargingType Charging type.
 * @property meterGuid Validation status of requested data center and transport.
 * @property multiplier Billing unit applicable for Pav2 billing.
 */
public data class Pav2MeterDetailsResponse(
    public val billingType: String,
    public val chargingType: String,
    public val meterGuid: String,
    public val multiplier: Double,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.edgeorder.outputs.Pav2MeterDetailsResponse): Pav2MeterDetailsResponse = Pav2MeterDetailsResponse(
            billingType = javaType.billingType(),
            chargingType = javaType.chargingType(),
            meterGuid = javaType.meterGuid(),
            multiplier = javaType.multiplier(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy