toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.containeranalysis.kotlin.inputs
/
NoteRelatedUrlArgs
Note
Related
Url
Args
data
class
NoteRelatedUrlArgs
(
val
label
:
Output
<
String
>
?
=
null
,
val
url
:
Output
<
String
>
)
:
ConvertibleToJava
<
NoteRelatedUrlArgs
>
Members
Constructors
Note
Related
Url
Args
Link copied to clipboard
constructor
(
label
:
Output
<
String
>
?
=
null
,
url
:
Output
<
String
>
)
Properties
label
Link copied to clipboard
val
label
:
Output
<
String
>
?
=
null
Label to describe usage of the URL
url
Link copied to clipboard
val
url
:
Output
<
String
>
Specific URL associated with the resource.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
NoteRelatedUrlArgs