Show / Hide Table of Contents

Class PipelineTriggerState

Inheritance
System.Object
InputArgs
ResourceArgs
PipelineTriggerState
Inherited Members
ResourceArgs.Empty
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 PipelineTriggerState : ResourceArgs

Constructors

View Source

PipelineTriggerState()

Declaration
public PipelineTriggerState()

Properties

View Source

Description

The description of the pipeline trigger.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The name or id of the project to add the trigger to.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Token

Declaration
public Input<string> Token { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.