Class Task.LinksData
Output only. Collection of links. This collection is read-only.
Inherited Members
Namespace: Google.Apis.Tasks.v1.Data
Assembly: Google.Apis.Tasks.v1.dll
Syntax
public class Task.LinksData
Properties
Description
The description (might be empty).
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Link
The URL.
Declaration
[JsonProperty("link")]
public virtual string Link { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of the link, e.g. "email", "generic", "chat_message", "keep_note".
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |