
com.pulumi.gcp.cloudrunv2.kotlin.outputs.GetServiceTemplateContainerLivenessProbeHttpGetHttpHeader.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.cloudrunv2.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property name The name of the Cloud Run v2 Service.
* @property value The header field value
*/
public data class GetServiceTemplateContainerLivenessProbeHttpGetHttpHeader(
public val name: String,
public val `value`: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.cloudrunv2.outputs.GetServiceTemplateContainerLivenessProbeHttpGetHttpHeader): GetServiceTemplateContainerLivenessProbeHttpGetHttpHeader =
GetServiceTemplateContainerLivenessProbeHttpGetHttpHeader(
name = javaType.name(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy