pulumi-digitalocean-kotlin
4.22.0.0
pulumi-digitalocean-kotlin
/
com.pulumi.digitalocean.kotlin.outputs
/
GetAppSpecFunctionGit
Get
App
Spec
Function
Git
data
class
GetAppSpecFunctionGit
(
val
branch
:
String
?
=
null
,
val
repoCloneUrl
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Get
App
Spec
Function
Git
Link copied to clipboard
fun
GetAppSpecFunctionGit
(
branch
:
String
?
=
null
,
repoCloneUrl
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
branch
Link copied to clipboard
val
branch
:
String
?
=
null
The name of the branch to use.
repo
Clone
Url
Link copied to clipboard
val
repoCloneUrl
:
String
?
=
null
The clone URL of the repo.