Show / Hide Table of Contents

Class Action.Types.ActionParameter

List of string parameters to supply when the action method is invoked. For example, consider three snooze buttons: snooze now, snooze one day, or snooze next week. You might use action method = snooze(), passing the snooze type and snooze time in the list of string parameters.

To learn more, see CommonEventObject.

Google Workspace Add-ons and Chat apps:

Inheritance
object
Action.Types.ActionParameter
Implements
IMessage<Action.Types.ActionParameter>
IEquatable<Action.Types.ActionParameter>
IDeepCloneable<Action.Types.ActionParameter>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class Action.Types.ActionParameter : IMessage<Action.Types.ActionParameter>, IEquatable<Action.Types.ActionParameter>, IDeepCloneable<Action.Types.ActionParameter>, IBufferMessage, IMessage

Constructors

ActionParameter()

Declaration
public ActionParameter()

ActionParameter(ActionParameter)

Declaration
public ActionParameter(Action.Types.ActionParameter other)
Parameters
Type Name Description
Action.Types.ActionParameter other

Properties

Key

The name of the parameter for the action script.

Declaration
public string Key { get; set; }
Property Value
Type Description
string

Value

The value of the parameter.

Declaration
public string Value { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX