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.
389 390 391 392 |
# File 'lib/v20190116/models.rb', line 389 def initialize(policyid=nil, attachuin=nil) @PolicyId = policyid @AttachUin = attachuin end |
Instance Attribute Details
#AttachUin ⇒ Object
387 388 389 |
# File 'lib/v20190116/models.rb', line 387 def AttachUin @AttachUin end |
#PolicyId ⇒ Object
387 388 389 |
# File 'lib/v20190116/models.rb', line 387 def PolicyId @PolicyId end |
Instance Method Details
#deserialize(params) ⇒ Object
394 395 396 397 |
# File 'lib/v20190116/models.rb', line 394 def deserialize(params) @PolicyId = params['PolicyId'] @AttachUin = params['AttachUin'] end |