MemberResponseModel.Links Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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