mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +00:00
19 lines
321 B
Plaintext
19 lines
321 B
Plaintext
{
|
|
"model": {
|
|
"scope": "csharp",
|
|
"prefix": "model",
|
|
"body": [
|
|
"namespace SpotifyAPI.Web",
|
|
"{",
|
|
" public class $1",
|
|
" {",
|
|
" public ${2:string} ${3:Name} { get; set; }",
|
|
"",
|
|
" $4",
|
|
" }",
|
|
"}"
|
|
],
|
|
"description": "Creates a new model"
|
|
}
|
|
}
|