
com.pulumi.azurenative.media.kotlin.outputs.LiveEventTimedMetadataEndpointResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.media.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The live event metadata insertion endpoint.
* @property url The metadata endpoint URL.
*/
public data class LiveEventTimedMetadataEndpointResponse(
public val url: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.media.outputs.LiveEventTimedMetadataEndpointResponse): LiveEventTimedMetadataEndpointResponse = LiveEventTimedMetadataEndpointResponse(
url = javaType.url().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy