Class RemoveEmailDomainResponse
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class RemoveEmailDomainResponse
Properties
CleanupNote
Declaration
[JsonPropertyName("cleanup_note")]
public string? CleanupNote { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Removed
Declaration
[JsonPropertyName("removed")]
public bool? Removed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |