Class HostAppActionMarkup
Actions handled by individual host apps.
Inheritance
System.Object
HostAppActionMarkup
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 HostAppActionMarkup : IDirectResponseSchema
Properties
CalendarAction
Actions handled by Calendar.
Declaration
[JsonProperty("calendarAction")]
public virtual CalendarClientActionMarkup CalendarAction { get; set; }
Property Value
| Type | Description |
|---|---|
| CalendarClientActionMarkup |
ChatAction
Actions handled by Chat.
Declaration
[JsonProperty("chatAction")]
public virtual ChatClientActionMarkup ChatAction { get; set; }
Property Value
| Type | Description |
|---|---|
| ChatClientActionMarkup |
DriveAction
Actions handled by Drive.
Declaration
[JsonProperty("driveAction")]
public virtual DriveClientActionMarkup DriveAction { get; set; }
Property Value
| Type | Description |
|---|---|
| DriveClientActionMarkup |
EditorAction
Actions handled by Docs, Sheets, or Slides.
Declaration
[JsonProperty("editorAction")]
public virtual EditorClientActionMarkup EditorAction { get; set; }
Property Value
| Type | Description |
|---|---|
| EditorClientActionMarkup |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GmailAction
Actions handled by Gmail.
Declaration
[JsonProperty("gmailAction")]
public virtual GmailClientActionMarkup GmailAction { get; set; }
Property Value
| Type | Description |
|---|---|
| GmailClientActionMarkup |
SheetsAction
Actions handled by Sheets.
Declaration
[JsonProperty("sheetsAction")]
public virtual SheetsClientActionMarkup SheetsAction { get; set; }
Property Value
| Type | Description |
|---|---|
| SheetsClientActionMarkup |
Implements
Google.Apis.Requests.IDirectResponseSchema