Class GoogleAppsCardV1OverflowMenu
A widget that presents a pop-up menu with one or more actions that users can invoke. For example, showing
non-primary actions in a card. You can use this widget when actions don't fit in the available space. To use,
specify this widget in the OnClick
action of widgets that support it. For example, in a Button
. Google Chat
apps:
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1OverflowMenu : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
Required. The list of menu options.
Declaration
[JsonProperty("items")]
public virtual IList<GoogleAppsCardV1OverflowMenuItem> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAppsCardV1OverflowMenuItem> |