ResourceGroupMemberPeriod Data Type

Properties
name data type description
wcuId string The wcu ID of the WCU.
vin string The VIN of the car the WCU was connected to during this period. If empty, the WCU was not connected to a car during this period.
from number The start date as epoch seconds for this period.
to number The end date as epoch seconds for this period. If not included, then the WCU is still member of the resource group.

Example

{
  "wcuId" : "...",
  "vin" : "...",
  "from" : 12345,
  "to" : 12345
}