Class: TencentCloud::Cam::V20190116::ListGroupsForUserRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::ListGroupsForUserRequest
- Defined in:
- lib/v20190116/models.rb
Overview
ListGroupsForUser请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uid = nil, rp = nil, page = nil, subuin = nil) ⇒ ListGroupsForUserRequest
constructor
A new instance of ListGroupsForUserRequest.
Constructor Details
#initialize(uid = nil, rp = nil, page = nil, subuin = nil) ⇒ ListGroupsForUserRequest
Returns a new instance of ListGroupsForUserRequest.
3517 3518 3519 3520 3521 3522 |
# File 'lib/v20190116/models.rb', line 3517 def initialize(uid=nil, rp=nil, page=nil, subuin=nil) @Uid = uid @Rp = rp @Page = page @SubUin = subuin end |
Instance Attribute Details
#Page ⇒ Object
3515 3516 3517 |
# File 'lib/v20190116/models.rb', line 3515 def Page @Page end |
#Rp ⇒ Object
3515 3516 3517 |
# File 'lib/v20190116/models.rb', line 3515 def Rp @Rp end |
#SubUin ⇒ Object
3515 3516 3517 |
# File 'lib/v20190116/models.rb', line 3515 def SubUin @SubUin end |
#Uid ⇒ Object
3515 3516 3517 |
# File 'lib/v20190116/models.rb', line 3515 def Uid @Uid end |
Instance Method Details
#deserialize(params) ⇒ Object
3524 3525 3526 3527 3528 3529 |
# File 'lib/v20190116/models.rb', line 3524 def deserialize(params) @Uid = params['Uid'] @Rp = params['Rp'] @Page = params['Page'] @SubUin = params['SubUin'] end |