MemberResponseModel.Links Property

Definition

A list of link types and descriptions for the API schema documents

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

Property Value

Attributes

Applies to