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

io.opengood.api.rest.contracts.response.ActionResponse.kt Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package io.opengood.api.rest.contracts.response

data class ActionResponse(
    val state: OperationState,
    val message: String,
    val data: List>
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy