Class: TencentCloud::Ame::V20190916::SendMessageCommandInput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::SendMessageCommandInput
- Defined in:
- lib/v20190916/models.rb
Overview
发送自定义信息指令参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(message = nil, repeat = nil) ⇒ SendMessageCommandInput
constructor
A new instance of SendMessageCommandInput.
Constructor Details
#initialize(message = nil, repeat = nil) ⇒ SendMessageCommandInput
Returns a new instance of SendMessageCommandInput.
2666 2667 2668 2669 |
# File 'lib/v20190916/models.rb', line 2666 def initialize(=nil, repeat=nil) @Message = @Repeat = repeat end |
Instance Attribute Details
#Message ⇒ Object
2664 2665 2666 |
# File 'lib/v20190916/models.rb', line 2664 def Message @Message end |
#Repeat ⇒ Object
2664 2665 2666 |
# File 'lib/v20190916/models.rb', line 2664 def Repeat @Repeat end |
Instance Method Details
#deserialize(params) ⇒ Object
2671 2672 2673 2674 |
# File 'lib/v20190916/models.rb', line 2671 def deserialize(params) @Message = params['Message'] @Repeat = params['Repeat'] end |