Table of Contents

Class ContactList

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

Represents contact list details.

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

Properties

Id

Gets or sets contact list identifier.

[JsonPropertyName("id")]
[JsonPropertyOrder(1)]
public long Id { get; set; }

Property Value

long

Contact list identifier.

Name

Gets or sets contact list name.

[JsonPropertyName("name")]
[JsonPropertyOrder(2)]
public string Name { get; set; }

Property Value

string

Contact list name.