Show / Hide Table of Contents

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 Workspace add-ons and Chat apps:

Inheritance
object
GoogleAppsCardV1OverflowMenu
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX