Skip to content
DocsTry Aspire
DocsTry

UnsubscribeAnEmailFromAListResponseData Properties

ClassProperties7 members
Represents the UnsubscribeAnEmailFromAListResponseData payload.
ActionSection titled Actionnullablestring?
Gets or sets action.
public string? Action { get; set; }
EmailSection titled Emailnullablestring?
Gets or sets email.
public string? Email { get; set; }
ListCreatedSection titled ListCreatednullablebool?
Gets or sets list_created.
public bool? ListCreated { get; set; }
ListIdSection titled ListIdnullableint?
Gets or sets list_id.
public int? ListId { get; set; }
MemberAddedSection titled MemberAddednullablebool?
Gets or sets member_added.
public bool? MemberAdded { get; set; }
SubscriberCreatedSection titled SubscriberCreatednullablebool?
Gets or sets subscriber_created.
public bool? SubscriberCreated { get; set; }
SubscriberIdSection titled SubscriberIdnullableint?
Gets or sets subscriber_id.
public int? SubscriberId { get; set; }