All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.uwetrottmann.tmdb2.entities.BaseTvCredit Maven / Gradle / Ivy

The newest version!
package com.uwetrottmann.tmdb2.entities;

public class BaseTvCredit {

    public Integer id;

    public Boolean adult;
    public Integer gender;
    public String known_for_department;
    public String name;
    public String original_name;
    public Double popularity;
    public String profile_path;
    public Integer total_episode_count;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy