Skip to content

Instantly share code, notes, and snippets.

@davidsonsousa
Created March 29, 2015 15:17
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 davidsonsousa/33f5df0e2f8c3edec85c to your computer and use it in GitHub Desktop.
Save davidsonsousa/33f5df0e2f8c3edec85c to your computer and use it in GitHub Desktop.
Video model or Youtube API usage
public class Video
{
public string Id { get; set; }
public string Title { get; set; }
public string Width { get; set; }
public string Height { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment