data class GetRequestPostDataResponse
Response type for the NetworkDomain.getRequestPostData command.
<init> |
Response type for the NetworkDomain.getRequestPostData command. GetRequestPostDataResponse(postData: String) |
postData |
Request body string, omitting files from multipart requests val postData: String |