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

cc.unitmesh.processor.api.postman.PostmanQuery.kt Maven / Gradle / Ivy

package cc.unitmesh.processor.api.postman

import kotlinx.serialization.Serializable

@Serializable
class PostmanQuery {
    var key: String? = null
    var value: String? = null
    var description: String? = null
    var disabled: Boolean? = null
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy