![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.detective.kotlin.outputs.GetMemberInvitationResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.detective.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property memberEmailAddress The root email address for the account to be invited, for validation. Updating this field has no effect.
*/
public data class GetMemberInvitationResult(
public val memberEmailAddress: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.detective.outputs.GetMemberInvitationResult): GetMemberInvitationResult = GetMemberInvitationResult(
memberEmailAddress = javaType.memberEmailAddress().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy