* @desc Numeric value (0 - 255) corresponding to specific type of consumer
*/
typeenumeratedRequestType{
typeenumeratedBwRequestType{
APPLICATION_SPECIFIC_BW_ALLOCATION(0),
SESSION_SPECIFIC_BW_ALLOCATION(1)
}with{
variant"JSON: as number"
}
typeenumeratedMtsRequestType{
APPLICATION_SPECIFIC_MTS_ALLOCATION(0),
SESSION_SPECIFIC_MTS_ALLOCATION(1)
}with{
variant"JSON: as number"
}
/**
* @desc Session filtering criteria, applicable when requestType is set as SESSION_SPECIFIC_BW_ALLOCATION. Any filtering criteria shall define a single session only. In case multiple sessions match sessionFilter the request shall be rejected