Class: Google::Apps::Card::V1::Action::ActionParameter
- Inherits:
-
Object
- Object
- Google::Apps::Card::V1::Action::ActionParameter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/card/v1/card.rb
Overview
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
.
Instance Attribute Summary collapse
-
#key ⇒ ::String
The name of the parameter for the action script.
-
#value ⇒ ::String
The value of the parameter.
Instance Attribute Details
#key ⇒ ::String
Returns The name of the parameter for the action script.
2022 2023 2024 2025 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 2022 class ActionParameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns The value of the parameter.
2022 2023 2024 2025 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 2022 class ActionParameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |