Enum Condition
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Condition
Fields
BANNED = 3
FAVORED = 0
REQUIRED = 2
STRONGLY_FAVORED = 1
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Condition
BANNED = 3
FAVORED = 0
REQUIRED = 2
STRONGLY_FAVORED = 1