Class InboundEmailStatusResponse
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class InboundEmailStatusResponse
Properties
Paused
Declaration
[JsonPropertyName("paused")]
public bool Paused { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
QueuedBacklog
Declaration
[JsonPropertyName("queued_backlog")]
public int QueuedBacklog { get; set; }
Property Value
| Type | Description |
|---|---|
| int |