GetFreeBusyRequest

public GetFreeBusyRequest GetFreeBusyRequest(    @Json(name = "start_time") Integer startTime,     @Json(name = "end_time") Integer endTime,     @Json(name = "emails") List<String> emails)