Class TodoLinkedResource
Inheritance
TodoLinkedResource
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class TodoLinkedResource
Properties
|
Edit this page
View Source
ApplicationName
Declaration
[JsonProperty("applicationName")]
public string ApplicationName { 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
ExternalId
Declaration
[JsonProperty("externalId")]
public string ExternalId { get; set; }
Property Value
|
Edit this page
View Source
WebUrl
Declaration
[JsonProperty("webUrl")]
public string WebUrl { get; set; }
Property Value
Extension Methods