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

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

package cc.unitmesh.processor.api.postman

import kotlinx.serialization.Serializable

@Serializable
class PostmanInfo {
    var _postman_id: String? = null
    var name: String? = null
    var description: String? = null
    var schema: String? = null
    var _exporter_id: String? = null
    var _collection_link: String? = null
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy