Class: TencentCloud::Bma::V20210624::ModifyCRBlockStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::ModifyCRBlockStatusResponse
- Defined in:
- lib/v20210624/models.rb
Overview
ModifyCRBlockStatus返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyCRBlockStatusResponse
constructor
A new instance of ModifyCRBlockStatusResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyCRBlockStatusResponse
Returns a new instance of ModifyCRBlockStatusResponse.
1710 1711 1712 |
# File 'lib/v20210624/models.rb', line 1710 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1708 1709 1710 |
# File 'lib/v20210624/models.rb', line 1708 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1714 1715 1716 |
# File 'lib/v20210624/models.rb', line 1714 def deserialize(params) @RequestId = params['RequestId'] end |