Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jasongaylord
Created November 6, 2018 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongaylord/5b8540154753b304207f833466066ad8 to your computer and use it in GitHub Desktop.
Save jasongaylord/5b8540154753b304207f833466066ad8 to your computer and use it in GitHub Desktop.
public class Tweet
{
public string Username { get; set; }
public string Message { get; set; }
public string Avatar { get; set; }
public string Timestamp { get; set; }
public string Id { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment