InfusionsoftModelFactory.TaskResponse 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.
public static Azure.Connectors.Sdk.Infusionsoft.Models.TaskResponse TaskResponse(int? id = default, string title = default, string description = default, string type = default, int? priority = default, bool? completed = default, string url = default, DateTime? dueDate = default);
static member TaskResponse : Nullable<int> * string * string * string * Nullable<int> * Nullable<bool> * string * Nullable<DateTime> -> Azure.Connectors.Sdk.Infusionsoft.Models.TaskResponse
Public Shared Function TaskResponse (Optional id As Nullable(Of Integer) = Nothing, Optional title As String = Nothing, Optional description As String = Nothing, Optional type As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional completed As Nullable(Of Boolean) = Nothing, Optional url As String = Nothing, Optional dueDate As Nullable(Of DateTime) = Nothing) As TaskResponse
Parameters
- title
- String
- description
- String
- type
- String
- url
- String