All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencent.bkrepo.opdata.pojo.config.GetConfigRequest.kt Maven / Gradle / Ivy

The newest version!
package com.tencent.bkrepo.opdata.pojo.config

import io.swagger.annotations.ApiModelProperty

data class GetConfigRequest(
    @ApiModelProperty("查询的应用名")
    val appName: String = "",
    @ApiModelProperty("查询的profile")
    val profile: String = "",
    @ApiModelProperty("查询的key")
    val key:String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy