InfusionsoftModelFactory.ListTasksResponse Method
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.
Creates a new instance of ListTasksResponse(List<Nullable<JsonElement>>).
public static Azure.Connectors.Sdk.Infusionsoft.Models.ListTasksResponse ListTasksResponse(System.Collections.Generic.List<System.Text.Json.JsonElement?> tasks = default);
static member ListTasksResponse : System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> -> Azure.Connectors.Sdk.Infusionsoft.Models.ListTasksResponse
Public Shared Function ListTasksResponse (Optional tasks As List(Of Nullable(Of JsonElement)) = Nothing) As ListTasksResponse
Parameters
- tasks
- List<Nullable<JsonElement>>