Show / Hide Table of Contents

Class AppsDynamiteSharedTasksAnnotationDataTaskProperties

All relevant task properties for a Chat message.

Inheritance
object
AppsDynamiteSharedTasksAnnotationDataTaskProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedTasksAnnotationDataTaskProperties : IDirectResponseSchema

Properties

Assignee

Obfuscated user ID of new assignee. Not set if the task doesn't have an assignee.

Declaration
[JsonProperty("assignee")]
public virtual UserId Assignee { get; set; }
Property Value
Type Description
UserId

Completed

Whether the task is marked as completed.

Declaration
[JsonProperty("completed")]
public virtual bool? Completed { get; set; }
Property Value
Type Description
bool?

Deleted

Whether the task is marked as deleted.

Declaration
[JsonProperty("deleted")]
public virtual bool? Deleted { get; set; }
Property Value
Type Description
bool?

Description

The description of the task. If Task original description's length is greater than 1024, then Task BE sends the truncated description to Dynamite Integration Server.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StartDate

Set if the task has a date but no time. Source of truth in Tasks BE: http://shortn/_wyT7eB4Ixv

Declaration
[JsonProperty("startDate")]
public virtual Date StartDate { get; set; }
Property Value
Type Description
Date

StartTime

Set if the task has both a date and a time. Source of truth in Tasks BE: http://shortn/_u6cr0F5ttE

Declaration
[JsonProperty("startTime")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

Title

The title of the task.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX