GetAllMembersResponseModel.Members Property

Definition

An array of objects, each representing a specific list member

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

Property Value

Attributes

Applies to