open class ApiContainer<T : Any!>
Represents the relevant parts of the container in which some API responses come.
<init>
ApiContainer()
Constructor.
getData
open fun getData(): T
Gets the payload.