struct Asterisk::ARI::Endpoints::TextMessageVariable
- Asterisk::ARI::Endpoints::TextMessageVariable
- Struct
- Value
- Object
Overview
A key/value pair variable in a text message.
Included Modules
- JSON::Serializable
Defined in:
asterisk/ari/models/endpoints_text_message_variable.crConstructors
Instance Method Summary
-
#key : String
A unique key identifying the variable.
-
#key=(key : String)
A unique key identifying the variable.
-
#value : String
The value of the variable.
-
#value=(value : String)
The value of the variable.