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