Table of Contents

Class UpdateInboundFolderRequest

Namespace
Mailtrap.Inbound.Requests
Assembly
Mailtrap.Abstractions.dll

Request object for updating an inbound folder.

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

Properties

Name

Gets or sets the folder name.

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

Property Value

string

Folder name.