factory DeleteGroupResponse.fromJson(Map<String, dynamic> json) { return DeleteGroupResponse( requestId: json['RequestId'] as String?, ); }