Show / Hide Table of Contents

Class WidgetMarkup.Types.FormAction.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, snooze next week. You might use action method = snooze(), passing the snooze type and snooze time in the list of string parameters.

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

Constructors

ActionParameter()

Declaration
public ActionParameter()

ActionParameter(ActionParameter)

Declaration
public ActionParameter(WidgetMarkup.Types.FormAction.Types.ActionParameter other)
Parameters
Type Name Description
WidgetMarkup.Types.FormAction.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