Class: TencentCloud::Gaap::V20180529::ModifyRuleAttributeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::ModifyRuleAttributeResponse
- Defined in:
- lib/v20180529/models.rb
Overview
ModifyRuleAttribute返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyRuleAttributeResponse
constructor
A new instance of ModifyRuleAttributeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyRuleAttributeResponse
Returns a new instance of ModifyRuleAttributeResponse.
6063 6064 6065 |
# File 'lib/v20180529/models.rb', line 6063 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6061 6062 6063 |
# File 'lib/v20180529/models.rb', line 6061 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6067 6068 6069 |
# File 'lib/v20180529/models.rb', line 6067 def deserialize(params) @RequestId = params['RequestId'] end |