CreatePipelineRequest: { description: string; name: string; projectId?: string }

Type declaration

  • description: string

    Description of the pipeline.

  • name: string

    Name of the pipeline.

  • OptionalprojectId?: string

    Project ID in which the pipeline will be created.