Table of Contents

Class UpdateInboundInboxRequest

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

Request object for updating an inbound inbox.

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

Properties

Name

Gets or sets the inbox name.

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

Property Value

string

Inbox name.