toggle menu
pulumi-gitlab-kotlin
8.10.0.0
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
GetPipelineScheduleVariable
Get
Pipeline
Schedule
Variable
data
class
GetPipelineScheduleVariable
(
val
key
:
String
,
val
value
:
String
,
val
variableType
:
String
)
Members
Constructors
Get
Pipeline
Schedule
Variable
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
,
variableType
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The key of a variable.
value
Link copied to clipboard
val
value
:
String
The value of a variable.
variable
Type
Link copied to clipboard
val
variableType
:
String
The type of a variable, one of: env_var and file.