Class UpdateInboundInboxRequest
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.