Class PipelineScheduleVariableState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class PipelineScheduleVariableState : ResourceArgs
Constructors
View SourcePipelineScheduleVariableState()
Declaration
public PipelineScheduleVariableState()
Properties
View SourceKey
Name of the variable.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PipelineScheduleId
The id of the pipeline schedule.
Declaration
public Input<int> PipelineScheduleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Project
The id of the project to add the schedule to.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
Value of the variable.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |