ResourceGroupMembersHistory Data Type
Models the WCUs that have belonged to a resource group.
| name | data type | description |
|---|---|---|
| resources | array of ResourceGroupMemberPeriod | |
| resource-group | string |
Example
{
"resources" : [ {
"wcuId" : "...",
"vin" : "...",
"from" : 12345,
"to" : 12345
}, {
"wcuId" : "...",
"vin" : "...",
"from" : 12345,
"to" : 12345
} ],
"resource-group" : "..."
}