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.inputs
/
ContactArgs
Contact
Args
data
class
ContactArgs
(
val
email
:
Output
<
String
>
?
=
null
,
val
name
:
Output
<
String
>
?
=
null
,
val
url
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ContactArgs
>
Contact information
Members
Constructors
Contact
Args
Link copied to clipboard
constructor
(
email
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
url
:
Output
<
String
>
?
=
null
)
Properties
email
Link copied to clipboard
val
email
:
Output
<
String
>
?
=
null
Email address of the contact.
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
Name of the contact.
url
Link copied to clipboard
val
url
:
Output
<
String
>
?
=
null
URL for the contact.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ContactArgs