
com.pulumi.azurenative.notificationhubs.kotlin.outputs.ApnsCredentialResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.notificationhubs.kotlin.outputs
import kotlin.Suppress
/**
* Description of a NotificationHub ApnsCredential.
* @property properties Description of a NotificationHub ApnsCredential.
*/
public data class ApnsCredentialResponse(
public val properties: ApnsCredentialPropertiesResponse,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.notificationhubs.outputs.ApnsCredentialResponse): ApnsCredentialResponse = ApnsCredentialResponse(
properties = javaType.properties().let({ args0 ->
com.pulumi.azurenative.notificationhubs.kotlin.outputs.ApnsCredentialPropertiesResponse.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy