ListProjectsResponse.Projects Property

Definition

A collection of projects

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

Property Value

Attributes

Applies to