Class: TencentCloud::Iottid::V20190411::DeliverTidNotifyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iottid::V20190411::DeliverTidNotifyResponse
- Defined in:
- lib/v20190411/models.rb
Overview
DeliverTidNotify返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(remaindcount = nil, tid = nil, productkey = nil, requestid = nil) ⇒ DeliverTidNotifyResponse
constructor
A new instance of DeliverTidNotifyResponse.
Constructor Details
#initialize(remaindcount = nil, tid = nil, productkey = nil, requestid = nil) ⇒ DeliverTidNotifyResponse
Returns a new instance of DeliverTidNotifyResponse.
129 130 131 132 133 134 |
# File 'lib/v20190411/models.rb', line 129 def initialize(remaindcount=nil, tid=nil, productkey=nil, requestid=nil) @RemaindCount = remaindcount @Tid = tid @ProductKey = productkey @RequestId = requestid end |
Instance Attribute Details
#ProductKey ⇒ Object
127 128 129 |
# File 'lib/v20190411/models.rb', line 127 def ProductKey @ProductKey end |
#RemaindCount ⇒ Object
127 128 129 |
# File 'lib/v20190411/models.rb', line 127 def RemaindCount @RemaindCount end |
#RequestId ⇒ Object
127 128 129 |
# File 'lib/v20190411/models.rb', line 127 def RequestId @RequestId end |
#Tid ⇒ Object
127 128 129 |
# File 'lib/v20190411/models.rb', line 127 def Tid @Tid end |
Instance Method Details
#deserialize(params) ⇒ Object
136 137 138 139 140 141 |
# File 'lib/v20190411/models.rb', line 136 def deserialize(params) @RemaindCount = params['RemaindCount'] @Tid = params['Tid'] @ProductKey = params['ProductKey'] @RequestId = params['RequestId'] end |