Skip to content
DocsTry Aspire
DocsTry

SendEmailUsingTemplateRequestUnsubscribe Properties

ClassProperties4 members
Represents the SendEmailUsingTemplateRequestUnsubscribe payload.
ListIdSection titled ListIdnullableint?
Gets or sets list_id.
public int? ListId { get; set; }
MailtoSection titled Mailtonullablestring?
Gets or sets mailto.
public string? Mailto { get; set; }
OneClickSection titled OneClicknullablebool?
Gets or sets one_click.
public bool? OneClick { get; set; }
UrlSection titled Urlnullablestring?
Gets or sets url.
public string? Url { get; set; }