com.tencent.devops.process.pojo.classify.PipelineViewBulkAdd.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.classify
import io.swagger.v3.oas.annotations.media.Schema
@Schema(title = "流水线组批量添加")
data class PipelineViewBulkAdd(
@get:Schema(title = "流水线ID列表")
val pipelineIds: List,
@get:Schema(title = "视图ID列表")
val viewIds: List
)