Class AccountAccessFilter
- Namespace
- Mailtrap.AccountAccesses.Models
- Assembly
- Mailtrap.Abstractions.dll
Represents a set of filtering parameters for the account access fetching.
public sealed record AccountAccessFilter : IEquatable<AccountAccessFilter>
- Inheritance
-
AccountAccessFilter
- Implements
Properties
DomainIds
Gets the list of IDs of the domains for which to include the results.
public IList<long> DomainIds { get; }
Property Value
InboxIds
Gets the list of IDs of the inboxes for which to include the results.
public IList<long> InboxIds { get; }
Property Value
ProjectIds
Gets the list of IDs of the projects for which to include the results.
public IList<long> ProjectIds { get; }