79475267

Date: 2025-02-28 10:52:47
Score: 1
Natty:
Report link

try something like this

union TAttributeValue {
  1: string stringValue,
  2: i32 intValue,
  3: double doubleValue,
  4: bool boolValue
}

struct TRequest {
  1: list<TAttributeValue> items
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jaafar AbuSair