Class: TencentCloud::Organization::V20210331::DetachPolicyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::DetachPolicyResponse
- Defined in:
- lib/v20210331/models.rb
Overview
DetachPolicy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DetachPolicyResponse
constructor
A new instance of DetachPolicyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DetachPolicyResponse
Returns a new instance of DetachPolicyResponse.
3409 3410 3411 |
# File 'lib/v20210331/models.rb', line 3409 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3407 3408 3409 |
# File 'lib/v20210331/models.rb', line 3407 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3413 3414 3415 |
# File 'lib/v20210331/models.rb', line 3413 def deserialize(params) @RequestId = params['RequestId'] end |