Class: TencentCloud::Cam::V20190116::AttachUserPolicyResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::AttachUserPolicyResponse
- Defined in:
- lib/v20190116/models.rb
Overview
AttachUserPolicy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AttachUserPolicyResponse
constructor
A new instance of AttachUserPolicyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AttachUserPolicyResponse
Returns a new instance of AttachUserPolicyResponse.
417 418 419 |
# File 'lib/v20190116/models.rb', line 417 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
415 416 417 |
# File 'lib/v20190116/models.rb', line 415 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
421 422 423 |
# File 'lib/v20190116/models.rb', line 421 def deserialize(params) @RequestId = params['RequestId'] end |