Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (apiversion != null) { _json[r'apiversion'] = apiversion; } return _json; }