TaskList.Items Property

Definition

The tasks in the list.

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

Property Value

Attributes

Applies to