Class TaskList
Implements
Inherited Members
Namespace: Google.Apis.Tasks.v1.Data
Assembly: Google.Apis.Tasks.v1.dll
Syntax
public class TaskList : IDirectResponseSchema
Properties
ETag
ETag of the resource.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Task list identifier.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Output only. Type of the resource. This is always "tasks#taskList".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLink
Output only. URL pointing to this task list. Used to retrieve, update, or delete this task list.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Title of the task list. Maximum length allowed: 1024 characters.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Updated
Output only. Last modification time of the task list (as a RFC 3339 timestamp).
Declaration
[JsonProperty("updated")]
public virtual string Updated { get; set; }
Property Value
Type | Description |
---|---|
string |