Class HostAppActionMarkup
Actions handled by individual host apps.
Inheritance
object
HostAppActionMarkup
Implements
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 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 |
|---|---|
| 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 |