Created
April 14, 2020 07:42
-
-
Save hatsunea/963fb2bacbc98ec6f6d1ad8d79f61def to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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