factory UpdateThingGroupResponse.fromJson(Map<String, dynamic> json) { return UpdateThingGroupResponse( version: json['version'] as int?, ); }