Package com.testingbot.models

Plain Gson-mapped POJOs for the TestingBot REST API resources.

Each class represents one entity from the TestingBot REST API; field names map to snake_case JSON keys via SerializedName.

*Collection classes wrap paginated list responses with data (the entity list) and meta (the offset/count/total block).