factory RebootPersistentResourceRequest.fromJson(Map<String, dynamic> json) { return RebootPersistentResourceRequest(name: json['name'] ?? ''); }