1
0
mirror of https://github.com/Sarsoo/Spotify.NET.git synced 2025-01-22 11:02:41 +00:00
Spotify.NET/SpotifyAPI.Web/Models/Response/SnapshotResponse.cs
2020-05-25 18:00:47 +02:00

9 lines
125 B
C#

namespace SpotifyAPI.Web
{
public class SnapshotResponse
{
public string SnapshotId { get; set; } = default!;
}
}