Class: TencentCloud::Iotvideoindustry::V20201201::DeleteWarningResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DeleteWarningResponse
- Defined in:
- lib/v20201201/models.rb
Overview
DeleteWarning返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cnt = nil, requestid = nil) ⇒ DeleteWarningResponse
constructor
A new instance of DeleteWarningResponse.
Constructor Details
#initialize(cnt = nil, requestid = nil) ⇒ DeleteWarningResponse
Returns a new instance of DeleteWarningResponse.
1474 1475 1476 1477 |
# File 'lib/v20201201/models.rb', line 1474 def initialize(cnt=nil, requestid=nil) @Cnt = cnt @RequestId = requestid end |
Instance Attribute Details
#Cnt ⇒ Object
1472 1473 1474 |
# File 'lib/v20201201/models.rb', line 1472 def Cnt @Cnt end |
#RequestId ⇒ Object
1472 1473 1474 |
# File 'lib/v20201201/models.rb', line 1472 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1479 1480 1481 1482 |
# File 'lib/v20201201/models.rb', line 1479 def deserialize(params) @Cnt = params['Cnt'] @RequestId = params['RequestId'] end |