# ApiModel

```kotlin
object ApiModel{
    //remote config
    data class thecampRcData(val dev_camp_info:JsonObject, val prd_camp_info:JsonObject, val dev_tsbs_info:JsonObject, val prd_tsbs_info:JsonObject)
    //api
    data class SimpleData(val userId:Int, val id: Int, val title:String, val completed: Boolean)
    data class contactUserData(val resultCd:String, val resultMsg:String, val data:JsonObject?, val listCnt:Int)
    data class contactUserDetail(val iuid:Int, val phoneNo:String, val name:String, val profileImgUrl:String)
    data class userProfile(val resultCd:String, val resultMsg:String, val data:JsonObject?)
}
```

�


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://coooldoggy.gitbook.io/thecamp-2-0/data/apimodel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
