toggle menu
pulumi-digitalocean-kotlin
4.45.0.0
jvm
switch theme
search in API
pulumi-digitalocean-kotlin
/
com.pulumi.digitalocean.kotlin.inputs
/
AppSpecFunctionGitArgs
App
Spec
Function
Git
Args
data
class
AppSpecFunctionGitArgs
(
val
branch
:
Output
<
String
>
?
=
null
,
val
repoCloneUrl
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
AppSpecFunctionGitArgs
>
Members
Constructors
App
Spec
Function
Git
Args
Link copied to clipboard
constructor
(
branch
:
Output
<
String
>
?
=
null
,
repoCloneUrl
:
Output
<
String
>
?
=
null
)
Properties
branch
Link copied to clipboard
val
branch
:
Output
<
String
>
?
=
null
The name of the branch to use.
repo
Clone
Url
Link copied to clipboard
val
repoCloneUrl
:
Output
<
String
>
?
=
null
The clone URL of the repo.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AppSpecFunctionGitArgs