com.tencent.devops.process.pojo.pipeline.BatchDeletePipeline.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-process Show documentation
Show all versions of api-process Show documentation
Tencent blueking ci project
The newest version!
package com.tencent.devops.process.pojo.pipeline
import io.swagger.v3.oas.annotations.media.Schema
@Schema(title = "批量删除流水线")
data class BatchDeletePipeline(
@get:Schema(title = "项目ID")
val projectId: String,
@get:Schema(title = "流水线ID列表")
val pipelineIds: List
)