Skip to content

Instantly share code, notes, and snippets.

@JamesGreenAU
Created October 22, 2015 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesGreenAU/fe5a98dd660821ec82f7 to your computer and use it in GitHub Desktop.
Save JamesGreenAU/fe5a98dd660821ec82f7 to your computer and use it in GitHub Desktop.
public class CreateResponse
{
// use of JsonPropertyAttribute is supported on properties if needed.
public bool ok { get; set; }
public string id { get; set; }
public string rev { get; set; }
public string error { get; set; }
public string reason { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment