toggle menu
pulumi-digitalocean-kotlin
4.45.0.0
jvm
switch theme
search in API
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
)
Members
Constructors
Get
App
Spec
Function
Git
Link copied to clipboard
constructor
(
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.