SendBatchEmailsRequest Properties
ClassProperties7 members
Represents the SendBatchEmailsRequest payload.
Gets or sets the
dry_run query parameter.public bool? DryRun { get; set; }Gets or sets
language.public string? Language { get; set; }Gets or sets
recipients.public IReadOnlyList<SendBatchEmailsRequestRecipientsItem> Recipients { get; set; }Gets or sets
template.public string? Template { get; set; }Gets or sets
template_id.public int? TemplateId { get; set; }Gets or sets
unsubscribe.public SendBatchEmailsRequestUnsubscribe? Unsubscribe { get; set; }