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!;
}
}