Class: TencentCloud::Lowcode::V20210108::PutWxAppIdToWeAppResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lowcode::V20210108::PutWxAppIdToWeAppResponse
- Defined in:
- lib/v20210108/models.rb
Overview
PutWxAppIdToWeApp返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ PutWxAppIdToWeAppResponse
constructor
A new instance of PutWxAppIdToWeAppResponse.
Constructor Details
#initialize(requestid = nil) ⇒ PutWxAppIdToWeAppResponse
Returns a new instance of PutWxAppIdToWeAppResponse.
1492 1493 1494 |
# File 'lib/v20210108/models.rb', line 1492 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1490 1491 1492 |
# File 'lib/v20210108/models.rb', line 1490 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1496 1497 1498 |
# File 'lib/v20210108/models.rb', line 1496 def deserialize(params) @RequestId = params['RequestId'] end |