Created
April 25, 2012 06:59
-
-
Save codrineugeniu/2487602 to your computer and use it in GitHub Desktop.
json class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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