GoogleTasksModelFactory.TaskObject 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.GoogleTasks.Models.TaskObject TaskObject(string taskId = default, string title = default, DateTime? updated = default, string htmlLink = default, string parent = default, string position = default, string notes = default, string status = default, DateTime? due = default, DateTime? completed = default);
static member TaskObject : string * string * Nullable<DateTime> * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> -> Azure.Connectors.Sdk.GoogleTasks.Models.TaskObject
Public Shared Function TaskObject (Optional taskId As String = Nothing, Optional title As String = Nothing, Optional updated As Nullable(Of DateTime) = Nothing, Optional htmlLink As String = Nothing, Optional parent As String = Nothing, Optional position As String = Nothing, Optional notes As String = Nothing, Optional status As String = Nothing, Optional due As Nullable(Of DateTime) = Nothing, Optional completed As Nullable(Of DateTime) = Nothing) As TaskObject
Parameters
- taskId
- String
- title
- String
- htmlLink
- String
- parent
- String
- position
- String
- notes
- String
- status
- String