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

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

package cc.unitmesh.processor.api.postman

import kotlinx.serialization.Serializable

@Serializable
class PostmanEvent {
    var listen: String? = null
    var script: PostmanScript? = null
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy