Class TodoChecklistItem
Inheritance
TodoChecklistItem
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class TodoChecklistItem
Properties
|
Edit this page
View Source
CheckedDateTime
Declaration
[JsonProperty("checkedDateTime")]
public DateTimeOffset? CheckedDateTime { get; set; }
Property Value
|
Edit this page
View Source
CreatedDateTime
Declaration
[JsonProperty("createdDateTime")]
public DateTimeOffset? CreatedDateTime { get; set; }
Property Value
|
Edit this page
View Source
DisplayName
Declaration
[JsonProperty("displayName")]
public string DisplayName { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
IsChecked
Declaration
[JsonProperty("isChecked")]
public bool? IsChecked { get; set; }
Property Value
Extension Methods