Show / Hide Table of Contents

Class GoogleAppsCardV1OverflowMenuItem

An option that users can invoke in an overflow menu. Google Workspace add-ons and Chat apps:

Inheritance
object
GoogleAppsCardV1OverflowMenuItem
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX