namespace SpotifyAPI.Web { public class TrackRequest : RequestParams { /// /// An ISO 3166-1 alpha-2 country code or the string from_token. /// Provide this parameter if you want to apply Track Relinking. /// /// [QueryParam("market")] public string? Market { get; set; } } }