toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.apimanagement.kotlin.inputs
/
ApiLicenseArgs
Api
License
Args
data
class
ApiLicenseArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
url
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ApiLicenseArgs
>
Members
Constructors
Api
License
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
?
=
null
,
url
:
Output
<
String
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The name of the license .
url
Link copied to clipboard
val
url
:
Output
<
String
>
?
=
null
Absolute URL of the license.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ApiLicenseArgs