Table of Contents

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

IList<long>

List of IDs of the domains for which to include the results.

InboxIds

Gets the list of IDs of the inboxes for which to include the results.

public IList<long> InboxIds { get; }

Property Value

IList<long>

List of IDs of the inboxes for which to include the results.

ProjectIds

Gets the list of IDs of the projects for which to include the results.

public IList<long> ProjectIds { get; }

Property Value

IList<long>

List of IDs of the projects for which to include the results.