Class: TencentCloud::Lowcode::V20210108::DeleteAppBindWxAppResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lowcode::V20210108::DeleteAppBindWxAppResponse
- Defined in:
- lib/v20210108/models.rb
Overview
DeleteAppBindWxApp返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteAppBindWxAppResponse
constructor
A new instance of DeleteAppBindWxAppResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteAppBindWxAppResponse
Returns a new instance of DeleteAppBindWxAppResponse.
464 465 466 |
# File 'lib/v20210108/models.rb', line 464 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
462 463 464 |
# File 'lib/v20210108/models.rb', line 462 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
468 469 470 |
# File 'lib/v20210108/models.rb', line 468 def deserialize(params) @RequestId = params['RequestId'] end |