package com.github.florent37.myyoutube.model; /** * Created by florentchampigny on 17/06/15. */ public class ItemId { String kind; String videoId; }