TF-816: get list email forward
This commit is contained in:
@@ -14,8 +14,8 @@ part 'get_forward_response.g.dart';
|
||||
@AccountIdConverter()
|
||||
@IdConverter()
|
||||
@JsonSerializable()
|
||||
class GetForwardResponse extends GetResponse<TmailForward> {
|
||||
GetForwardResponse(AccountId accountId, State state, List<TmailForward> list, List<Id>? notFound) : super(accountId, state, list, notFound);
|
||||
class GetForwardResponse extends GetResponse<TMailForward> {
|
||||
GetForwardResponse(AccountId accountId, State state, List<TMailForward> list, List<Id>? notFound) : super(accountId, state, list, notFound);
|
||||
|
||||
factory GetForwardResponse.fromJson(Map<String, dynamic> json) => _$GetForwardResponseFromJson(json);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user