DataRequest.KeyValue

Key/Value pair

struct DataRequest
struct KeyValue {
string key;
string value;
}

Meta