Class AppsDynamiteSharedTasksAnnotationData
This is the internal version of the API proto at google3/google/chat/v1/gsuite_message_integration.proto
Inheritance
System.Object
AppsDynamiteSharedTasksAnnotationData
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.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 |
|---|---|
| System.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
Google.Apis.Requests.IDirectResponseSchema