Class: TencentCloud::Yinsuda::V20220527::SendMessageCommandInput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yinsuda::V20220527::SendMessageCommandInput
- Defined in:
- lib/v20220527/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.
1865 1866 1867 1868 |
# File 'lib/v20220527/models.rb', line 1865 def initialize(=nil, repeat=nil) @Message = @Repeat = repeat end |
Instance Attribute Details
#Message ⇒ Object
1863 1864 1865 |
# File 'lib/v20220527/models.rb', line 1863 def Message @Message end |
#Repeat ⇒ Object
1863 1864 1865 |
# File 'lib/v20220527/models.rb', line 1863 def Repeat @Repeat end |
Instance Method Details
#deserialize(params) ⇒ Object
1870 1871 1872 1873 |
# File 'lib/v20220527/models.rb', line 1870 def deserialize(params) @Message = params['Message'] @Repeat = params['Repeat'] end |