com.tencent.devops.project.pojo.ObsOperationalProductResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-project Show documentation
Show all versions of api-project Show documentation
Tencent blueking ci project
The newest version!
package com.tencent.devops.project.pojo
import io.swagger.v3.oas.annotations.media.Schema
@Schema(title = "OBS运营产品")
data class ObsOperationalProductResponse(
@get:Schema(title = "jsonrpc")
val jsonrpc: String,
@get:Schema(title = "id")
val id: String,
@get:Schema(title = "运营产品")
val result: ObsOperationalProductResult
)