Class: TencentCloud::Ic::V20190307::SmsRet
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ic::V20190307::SmsRet
- Defined in:
- lib/v20190307/models.rb
Overview
短信流水信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(code = nil, msg = nil, iccid = nil, sid = nil) ⇒ SmsRet
constructor
A new instance of SmsRet.
Constructor Details
#initialize(code = nil, msg = nil, iccid = nil, sid = nil) ⇒ SmsRet
Returns a new instance of SmsRet.
783 784 785 786 787 788 |
# File 'lib/v20190307/models.rb', line 783 def initialize(code=nil, msg=nil, iccid=nil, sid=nil) @Code = code @Msg = msg @Iccid = iccid @Sid = sid end |
Instance Attribute Details
#Code ⇒ Object
781 782 783 |
# File 'lib/v20190307/models.rb', line 781 def Code @Code end |
#Iccid ⇒ Object
781 782 783 |
# File 'lib/v20190307/models.rb', line 781 def Iccid @Iccid end |
#Msg ⇒ Object
781 782 783 |
# File 'lib/v20190307/models.rb', line 781 def Msg @Msg end |
#Sid ⇒ Object
781 782 783 |
# File 'lib/v20190307/models.rb', line 781 def Sid @Sid end |
Instance Method Details
#deserialize(params) ⇒ Object
790 791 792 793 794 795 |
# File 'lib/v20190307/models.rb', line 790 def deserialize(params) @Code = params['Code'] @Msg = params['Msg'] @Iccid = params['Iccid'] @Sid = params['Sid'] end |