@shuangbing/bmw-connected-drive
Version:
This package can be used to access the BMW ConnectedDrive services.
12 lines • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RemoteServiceResponse = void 0;
class RemoteServiceResponse {
constructor(response) {
this.eventId = response.eventId.eventId;
this.vin = response.vin;
this.creationTime = new Date(response.creationTime);
}
}
exports.RemoteServiceResponse = RemoteServiceResponse;
//# sourceMappingURL=RemoteServiceResponse.js.map