Class GoogleAppsCardV1OverflowMenuItem
An option that users can invoke in an overflow menu. Google Chat apps:
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1OverflowMenuItem : IDirectResponseSchema
Properties
Disabled
Whether the menu option is disabled. Defaults to false.
Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OnClick
Required. The action invoked when a menu option is selected. This OnClick
cannot contain an
OverflowMenu
, any specified OverflowMenu
is dropped and the menu item disabled.
Declaration
[JsonProperty("onClick")]
public virtual GoogleAppsCardV1OnClick OnClick { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsCardV1OnClick |
StartIcon
The icon displayed in front of the text.
Declaration
[JsonProperty("startIcon")]
public virtual GoogleAppsCardV1Icon StartIcon { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsCardV1Icon |
Text
Required. The text that identifies or describes the item to users.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |