Skip to content

Instantly share code, notes, and snippets.

@codrineugeniu
Created April 25, 2012 06:59
Show Gist options
  • Save codrineugeniu/2487602 to your computer and use it in GitHub Desktop.
Save codrineugeniu/2487602 to your computer and use it in GitHub Desktop.
json class
Public Class TimelineMessage
Public datesent As String
Public sender As String
Public senderID As Integer
Public target As String
Public targetID As Integer
Public ID As Integer
Public body As String
Public type As MessageType
Public sentByContact As Boolean
Public sentByBrand As Boolean
Public vehicleID As Integer
Public associatedSending As Boolean
Public sendingID As Integer
Public userImageUrl As String
Public dealerImageUrl As String
End Class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment