All models used in PATCH verbs should have nullable fields

This commit is contained in:
Dillon Buchanan
2014-08-17 23:42:48 -04:00
committed by Brendan Forster
parent 8a9e828277
commit b18b47acde
20 changed files with 82 additions and 66 deletions
+8
View File
@@ -14,6 +14,14 @@ namespace Octokit
}
public string Description { get; set; }
/// <summary>
/// Gets a dictionary of gist files to update.
/// </summary>
/// <remarks>
/// Note: All files from the previous version of the gist are carried over by default if not included in the hash.
/// Deletes can be performed by including the filename with a `null` hash.
/// </remarks>
public IDictionary<string, GistFileUpdate> Files { get; private set; }
internal string DebuggerDisplay