payload can be any JSON object, relaxed deserialized POCO

This commit is contained in:
Brendan Forster
2014-03-06 09:54:14 +11:00
parent 904fbe533a
commit e8326f610f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ namespace Octokit
/// <summary>
/// JSON payload with extra information about the deployment.
/// </summary>
public string Payload { get; set; }
public object Payload { get; set; }
/// <summary>
/// Date and time that the deployment was created.
+1 -1
View File
@@ -30,7 +30,7 @@ namespace Octokit
/// <summary>
/// JSON payload with extra information about the deployment.
/// </summary>
public string Payload { get; set; }
public object Payload { get; set; }
/// <summary>
/// The target URL of this deployment status. This URL should contain