pulumi-digitalocean-kotlin
4.22.0.0
pulumi-digitalocean-kotlin
/
com.pulumi.digitalocean.kotlin.inputs
/
AppSpecStaticSiteGitArgs
App
Spec
Static
Site
Git
Args
data
class
AppSpecStaticSiteGitArgs
(
val
branch
:
Output
<
String
>
?
=
null
,
val
repoCloneUrl
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
AppSpecStaticSiteGitArgs
>
Constructors
Functions
Properties
Constructors
App
Spec
Static
Site
Git
Args
Link copied to clipboard
fun
AppSpecStaticSiteGitArgs
(
branch
:
Output
<
String
>
?
=
null
,
repoCloneUrl
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AppSpecStaticSiteGitArgs
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.