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.
407 408 409 |
# File 'lib/v20190116/models.rb', line 407 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
405 406 407 |
# File 'lib/v20190116/models.rb', line 405 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
411 412 413 |
# File 'lib/v20190116/models.rb', line 411 def deserialize(params) @RequestId = params['RequestId'] end |