Show / Hide Table of Contents

Class Task.LinksData

Collection of links. This collection is read-only.

Inheritance
object
Task.LinksData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Tasks.v1.Data
Assembly: Google.Apis.Tasks.v1.dll
Syntax
public class Task.LinksData

Properties

Description

The description. In HTML speak: Everything between <a> and </a>.

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".

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string
In This Article
Back to top Generated by DocFX