Show / Hide Table of Contents

Class AppsDynamiteSharedTasksAnnotationData

This is the internal version of the API proto at google3/google/chat/v1/gsuite_message_integration.proto

Inheritance
object
AppsDynamiteSharedTasksAnnotationData
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 AppsDynamiteSharedTasksAnnotationData : IDirectResponseSchema

Properties

AssigneeChange

Declaration
[JsonProperty("assigneeChange")]
public virtual AppsDynamiteSharedTasksAnnotationDataAssigneeChange AssigneeChange { get; set; }
Property Value
Type Description
AppsDynamiteSharedTasksAnnotationDataAssigneeChange

CompletionChange

Declaration
[JsonProperty("completionChange")]
public virtual AppsDynamiteSharedTasksAnnotationDataCompletionChange CompletionChange { get; set; }
Property Value
Type Description
AppsDynamiteSharedTasksAnnotationDataCompletionChange

Creation

Declaration
[JsonProperty("creation")]
public virtual AppsDynamiteSharedTasksAnnotationDataCreation Creation { get; set; }
Property Value
Type Description
AppsDynamiteSharedTasksAnnotationDataCreation

DeletionChange

Declaration
[JsonProperty("deletionChange")]
public virtual AppsDynamiteSharedTasksAnnotationDataDeletionChange DeletionChange { get; set; }
Property Value
Type Description
AppsDynamiteSharedTasksAnnotationDataDeletionChange

ETag

The ETag of the item.

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

TaskId

ID of task. Will be used to create deep links to Tasks.

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

TaskProperties

Task properties after the update has been applied.

Declaration
[JsonProperty("taskProperties")]
public virtual AppsDynamiteSharedTasksAnnotationDataTaskProperties TaskProperties { get; set; }
Property Value
Type Description
AppsDynamiteSharedTasksAnnotationDataTaskProperties

UserDefinedMessage

Declaration
[JsonProperty("userDefinedMessage")]
public virtual AppsDynamiteSharedTasksAnnotationDataUserDefinedMessage UserDefinedMessage { get; set; }
Property Value
Type Description
AppsDynamiteSharedTasksAnnotationDataUserDefinedMessage

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX