Class: TencentCloud::Iottid::V20190411::BurnTidNotifyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iottid::V20190411::BurnTidNotifyResponse
- Defined in:
- lib/v20190411/models.rb
Overview
BurnTidNotify返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tid = nil, requestid = nil) ⇒ BurnTidNotifyResponse
constructor
A new instance of BurnTidNotifyResponse.
Constructor Details
#initialize(tid = nil, requestid = nil) ⇒ BurnTidNotifyResponse
Returns a new instance of BurnTidNotifyResponse.
85 86 87 88 |
# File 'lib/v20190411/models.rb', line 85 def initialize(tid=nil, requestid=nil) @Tid = tid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
83 84 85 |
# File 'lib/v20190411/models.rb', line 83 def RequestId @RequestId end |
#Tid ⇒ Object
83 84 85 |
# File 'lib/v20190411/models.rb', line 83 def Tid @Tid end |
Instance Method Details
#deserialize(params) ⇒ Object
90 91 92 93 |
# File 'lib/v20190411/models.rb', line 90 def deserialize(params) @Tid = params['Tid'] @RequestId = params['RequestId'] end |