Class: TencentCloud::Organization::V20210331::AttachPolicyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::AttachPolicyResponse
- Defined in:
- lib/v20210331/models.rb
Overview
AttachPolicy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AttachPolicyResponse
constructor
A new instance of AttachPolicyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AttachPolicyResponse
Returns a new instance of AttachPolicyResponse.
479 480 481 |
# File 'lib/v20210331/models.rb', line 479 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
477 478 479 |
# File 'lib/v20210331/models.rb', line 477 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
483 484 485 |
# File 'lib/v20210331/models.rb', line 483 def deserialize(params) @RequestId = params['RequestId'] end |