Class: TencentCloud::Cam::V20190116::DetachRolePolicyResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::DetachRolePolicyResponse
- Defined in:
- lib/v20190116/models.rb
Overview
DetachRolePolicy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DetachRolePolicyResponse
constructor
A new instance of DetachRolePolicyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DetachRolePolicyResponse
Returns a new instance of DetachRolePolicyResponse.
2156 2157 2158 |
# File 'lib/v20190116/models.rb', line 2156 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2154 2155 2156 |
# File 'lib/v20190116/models.rb', line 2154 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2160 2161 2162 |
# File 'lib/v20190116/models.rb', line 2160 def deserialize(params) @RequestId = params['RequestId'] end |