TaskListList.Items Property

Definition

Task lists in the lists.

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

Property Value

Attributes

Applies to