toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.certificateregistration.kotlin.outputs
/
CertificateOrderContactResponse
Certificate
Order
Contact
Response
data
class
CertificateOrderContactResponse
(
val
email
:
String
?
=
null
,
val
nameFirst
:
String
?
=
null
,
val
nameLast
:
String
?
=
null
,
val
phone
:
String
?
=
null
)
Members
Constructors
Certificate
Order
Contact
Response
Link copied to clipboard
constructor
(
email
:
String
?
=
null
,
nameFirst
:
String
?
=
null
,
nameLast
:
String
?
=
null
,
phone
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
email
Link copied to clipboard
val
email
:
String
?
=
null
name
First
Link copied to clipboard
val
nameFirst
:
String
?
=
null
name
Last
Link copied to clipboard
val
nameLast
:
String
?
=
null
phone
Link copied to clipboard
val
phone
:
String
?
=
null