Table of Contents

Class ContactListListFilter

Namespace
Mailtrap.ContactLists.Models
Assembly
Mailtrap.Abstractions.dll

Represents a set of filtering parameters for the contact list fetching.

public sealed record ContactListListFilter : IEquatable<ContactListListFilter>
Inheritance
ContactListListFilter
Implements

Properties

Gets or sets a name to filter contact lists by.
If specified, only contact lists whose name starts with the provided value (case-insensitive prefix match) are returned.

public string? Search { get; set; }

Property Value

string

Name prefix used to filter contact lists returned by fetch.