Skip to content

Instantly share code, notes, and snippets.

@hatsunea
Created April 14, 2020 07:35
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 hatsunea/bf0881432ba86312b8de83b17420a7ec to your computer and use it in GitHub Desktop.
Save hatsunea/bf0881432ba86312b8de83b17420a7ec to your computer and use it in GitHub Desktop.
[MessagePack.MessagePackObject(true)]
private class TObs
{
public string error { get; set; }
[MessagePack.Key("message-id")]
public string messageid { get; set; }
public string status { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment