{ "response":{ "code":"ステータスコード", "message":"メッセージ" }, "messageCount": { { "totalCount": "全件数", "readCount": "既読件数" } } }
変数名 | 説明 | 型 |
---|---|---|
response | レスポンス | - |
code | レスポンスコード | int |
message | レスポンスメッセージ | String |
messageCount | メッセージ件数 | - |
totalCount | 全件数 | int |
readCount | 既読件数 | int |