CampaignResponseModel.List Property

Definition

List settings for the campaign

[System.Text.Json.Serialization.JsonPropertyName("recipient")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.MailChimp.Models.Recipient> List { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("recipient")>]
member this.List : System.Collections.Generic.List<Azure.Connectors.Sdk.MailChimp.Models.Recipient> with get, set
Public Property List As List(Of Recipient)

Property Value

Attributes

Applies to