Class: TencentCloud::Trp::V20210515::ModifyProductResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::ModifyProductResponse
- Defined in:
- lib/v20210515/models.rb
Overview
ModifyProduct返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, requestid = nil) ⇒ ModifyProductResponse
constructor
A new instance of ModifyProductResponse.
Constructor Details
#initialize(productid = nil, requestid = nil) ⇒ ModifyProductResponse
Returns a new instance of ModifyProductResponse.
3463 3464 3465 3466 |
# File 'lib/v20210515/models.rb', line 3463 def initialize(productid=nil, requestid=nil) @ProductId = productid @RequestId = requestid end |
Instance Attribute Details
#ProductId ⇒ Object
3461 3462 3463 |
# File 'lib/v20210515/models.rb', line 3461 def ProductId @ProductId end |
#RequestId ⇒ Object
3461 3462 3463 |
# File 'lib/v20210515/models.rb', line 3461 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3468 3469 3470 3471 |
# File 'lib/v20210515/models.rb', line 3468 def deserialize(params) @ProductId = params['ProductId'] @RequestId = params['RequestId'] end |