ResultFileResourceGroup Data Type
Models the resource group the Vehicle was part of during the measurement.
| name | data type | constraints | description |
|---|---|---|---|
| result-file-identifier | number | required long | The identifier for the result file. |
| resource-group | string | The resource group for the result file. Empty if the Vehicle was not part of a group during the time of the measurement for the provided resultfile. |
Example
{
"result-file-identifier" : 12345,
"resource-group" : "..."
}