using System.Collections.Generic; namespace CRD.Utils.Structs; public class PlaybackDataAndroid{ public string __class__{ get; set; } public string __href__{ get; set; } public string __resource_key__{ get; set; } public Links __links__{ get; set; } public Dictionary __actions__{ get; set; } public string media_id{ get; set; } public Locale audio_locale{ get; set; } public Subtitles subtitles{ get; set; } public Subtitles closed_captions{ get; set; } public List>> streams{ get; set; } public List bifs{ get; set; } public List versions{ get; set; } public Dictionary captions{ get; set; } }