Class: TencentCloud::Ic::V20190307::RenewCardsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ic::V20190307::RenewCardsRequest
- Defined in:
- lib/v20190307/models.rb
Overview
RenewCards请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, iccids = nil, renewnum = nil) ⇒ RenewCardsRequest
constructor
A new instance of RenewCardsRequest.
Constructor Details
#initialize(sdkappid = nil, iccids = nil, renewnum = nil) ⇒ RenewCardsRequest
Returns a new instance of RenewCardsRequest.
542 543 544 545 546 |
# File 'lib/v20190307/models.rb', line 542 def initialize(sdkappid=nil, iccids=nil, renewnum=nil) @Sdkappid = sdkappid @Iccids = iccids @RenewNum = renewnum end |
Instance Attribute Details
#Iccids ⇒ Object
540 541 542 |
# File 'lib/v20190307/models.rb', line 540 def Iccids @Iccids end |
#RenewNum ⇒ Object
540 541 542 |
# File 'lib/v20190307/models.rb', line 540 def RenewNum @RenewNum end |
#Sdkappid ⇒ Object
540 541 542 |
# File 'lib/v20190307/models.rb', line 540 def Sdkappid @Sdkappid end |
Instance Method Details
#deserialize(params) ⇒ Object
548 549 550 551 552 |
# File 'lib/v20190307/models.rb', line 548 def deserialize(params) @Sdkappid = params['Sdkappid'] @Iccids = params['Iccids'] @RenewNum = params['RenewNum'] end |