Contains attributes of a Diver (user) of dive.io. A Diver object has the following attributes:
http://dive.io/i/img/divers/<hash>-<size>.jpg
Where "hash" is the PicHash value, and "size" is the size of the requested profile picture. Supported "size" values are: 80, 64, 48, 32, 24, 16, 12.
<Diver>
<Id>4</Id>
<Firstname>John</Firstname>
<Lastname>Deepdiver</Lastname>
<EmailConfirmed>info@dive.io</EmailConfirmed>
<PicHash>1e9582e7ff47d8666</PicHash>
<Created>2011-03-17 10:40:39.409262+01</Created>
<Modified>2011-03-31 11:44:45.680179+02</Modified>
</Diver>
{"Diver": {
"Id":"4",
"Firstname":"John",
"Lastname":"Deepdiver",
"EmailConfirmed":"info@dive.io",
"PicHash":"1e9582e7ff4d8666",
"Created":"2011-03-17 10:40:39.409262+01",
"Modified":"2011-03-31 11:44:45.680179+02"
}
}