toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.apicenter.kotlin.outputs
/
ContactResponse
Contact
Response
data
class
ContactResponse
(
val
email
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
url
:
String
?
=
null
)
Contact information
Members
Constructors
Contact
Response
Link copied to clipboard
constructor
(
email
:
String
?
=
null
,
name
:
String
?
=
null
,
url
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
email
Link copied to clipboard
val
email
:
String
?
=
null
Email address of the contact.
name
Link copied to clipboard
val
name
:
String
?
=
null
Name of the contact.
url
Link copied to clipboard
val
url
:
String
?
=
null
URL for the contact.