pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.confluent.kotlin.outputs
/
UserDetailResponse
User
Detail
Response
data
class
UserDetailResponse
(
val
emailAddress
:
String
,
val
firstName
:
String
?
=
null
,
val
lastName
:
String
?
=
null
)
Subscriber detail
Types
Constructors
Properties
Constructors
User
Detail
Response
Link copied to clipboard
fun
UserDetailResponse
(
emailAddress
:
String
,
firstName
:
String
?
=
null
,
lastName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
email
Address
Link copied to clipboard
val
emailAddress
:
String
Email address
first
Name
Link copied to clipboard
val
firstName
:
String
?
=
null
First name
last
Name
Link copied to clipboard
val
lastName
:
String
?
=
null
Last name