GetRequestPostDataResponse

@Serializable
data class GetRequestPostDataResponse(val postData: String)

Response type for the NetworkDomain.getRequestPostData command.

Constructors

Link copied to clipboard
constructor(postData: String)

Properties

Link copied to clipboard

Request body string, omitting files from multipart requests