Skip to content

Instantly share code, notes, and snippets.

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