Class: TencentCloud::Ic::V20190307::SendMultiSmsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ic::V20190307::SendMultiSmsRequest
- Defined in:
- lib/v20190307/models.rb
Overview
SendMultiSms请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, iccids = nil, content = nil) ⇒ SendMultiSmsRequest
constructor
A new instance of SendMultiSmsRequest.
Constructor Details
#initialize(sdkappid = nil, iccids = nil, content = nil) ⇒ SendMultiSmsRequest
Returns a new instance of SendMultiSmsRequest.
681 682 683 684 685 |
# File 'lib/v20190307/models.rb', line 681 def initialize(sdkappid=nil, iccids=nil, content=nil) @Sdkappid = sdkappid @Iccids = iccids @Content = content end |
Instance Attribute Details
#Content ⇒ Object
679 680 681 |
# File 'lib/v20190307/models.rb', line 679 def Content @Content end |
#Iccids ⇒ Object
679 680 681 |
# File 'lib/v20190307/models.rb', line 679 def Iccids @Iccids end |
#Sdkappid ⇒ Object
679 680 681 |
# File 'lib/v20190307/models.rb', line 679 def Sdkappid @Sdkappid end |
Instance Method Details
#deserialize(params) ⇒ Object
687 688 689 690 691 |
# File 'lib/v20190307/models.rb', line 687 def deserialize(params) @Sdkappid = params['Sdkappid'] @Iccids = params['Iccids'] @Content = params['Content'] end |