Guest User

Untitled

a guest
Jan 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. requestId: String,
  2. invitees:[
  3. {
  4. role: String,
  5. expertise: String
  6. }
  7. ]
  8.  
  9. requestId: String (should match the invitees requestId),
  10. role: String,
  11. expertise: String,
  12. username: String,
  13. answers: Array of questions which were answered.
Add Comment
Please, Sign In to add comment