MusicChartInfo

Contains detailed information about music charts.

public class MusicChartInfo {
  public String name;
  public int type;
}

Properties

name
The name of the music chart.
type
The ID of the music chart.