Class: TencentCloud::Cam::V20190116::AttachUserPolicyRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::AttachUserPolicyRequest
- Defined in:
- lib/v20190116/models.rb
Overview
AttachUserPolicy请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(policyid = nil, attachuin = nil) ⇒ AttachUserPolicyRequest
constructor
A new instance of AttachUserPolicyRequest.
Constructor Details
#initialize(policyid = nil, attachuin = nil) ⇒ AttachUserPolicyRequest
Returns a new instance of AttachUserPolicyRequest.
399 400 401 402 |
# File 'lib/v20190116/models.rb', line 399 def initialize(policyid=nil, attachuin=nil) @PolicyId = policyid @AttachUin = attachuin end |
Instance Attribute Details
#AttachUin ⇒ Object
397 398 399 |
# File 'lib/v20190116/models.rb', line 397 def AttachUin @AttachUin end |
#PolicyId ⇒ Object
397 398 399 |
# File 'lib/v20190116/models.rb', line 397 def PolicyId @PolicyId end |
Instance Method Details
#deserialize(params) ⇒ Object
404 405 406 407 |
# File 'lib/v20190116/models.rb', line 404 def deserialize(params) @PolicyId = params['PolicyId'] @AttachUin = params['AttachUin'] end |