ListPostsResponse.Posts Property

Definition

Posts

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

Property Value

Attributes

Applies to