Class TodoList
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class TodoList
Properties
|
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
IsOwner
Declaration
[JsonProperty("isOwner")]
public bool? IsOwner { get; set; }
Property Value
|
Edit this page
View Source
IsShared
Declaration
[JsonProperty("isShared")]
public bool? IsShared { get; set; }
Property Value
|
Edit this page
View Source
WellKnownListName
Declaration
[JsonProperty("wellknownListName")]
public string WellKnownListName { get; set; }
Property Value
Extension Methods