Class AgentEmailOptOutResponse
A recipient's opt-out from an account's agent emails (one agent or all).
Inheritance
AgentEmailOptOutResponse
Assembly: Seclai.dll
Syntax
public sealed class AgentEmailOptOutResponse
Properties
AgentId
Declaration
[JsonPropertyName("agent_id")]
public string? AgentId { get; set; }
Property Value
AgentName
Declaration
[JsonPropertyName("agent_name")]
public string? AgentName { get; set; }
Property Value
Declaration
[JsonPropertyName("comment")]
public string? Comment { get; set; }
Property Value
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string CreatedAt { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Reason
Declaration
[JsonPropertyName("reason")]
public string? Reason { get; set; }
Property Value
RecipientEmail
Declaration
[JsonPropertyName("recipient_email")]
public string RecipientEmail { get; set; }
Property Value