
com.pulumi.azure.monitoring.kotlin.outputs.GetActionGroupAzureAppPushReceiver.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.monitoring.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property emailAddress The email address of this receiver.
* @property name Specifies the name of the Action Group.
*/
public data class GetActionGroupAzureAppPushReceiver(
public val emailAddress: String,
public val name: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.monitoring.outputs.GetActionGroupAzureAppPushReceiver): GetActionGroupAzureAppPushReceiver = GetActionGroupAzureAppPushReceiver(
emailAddress = javaType.emailAddress(),
name = javaType.name(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy