Class: TencentCloud::Cam::V20190116::ListUsersForGroupRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::ListUsersForGroupRequest
- Defined in:
- lib/v20190116/models.rb
Overview
ListUsersForGroup请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, page = nil, rp = nil) ⇒ ListUsersForGroupRequest
constructor
A new instance of ListUsersForGroupRequest.
Constructor Details
#initialize(groupid = nil, page = nil, rp = nil) ⇒ ListUsersForGroupRequest
Returns a new instance of ListUsersForGroupRequest.
3894 3895 3896 3897 3898 |
# File 'lib/v20190116/models.rb', line 3894 def initialize(groupid=nil, page=nil, rp=nil) @GroupId = groupid @Page = page @Rp = rp end |
Instance Attribute Details
#GroupId ⇒ Object
3892 3893 3894 |
# File 'lib/v20190116/models.rb', line 3892 def GroupId @GroupId end |
#Page ⇒ Object
3892 3893 3894 |
# File 'lib/v20190116/models.rb', line 3892 def Page @Page end |
#Rp ⇒ Object
3892 3893 3894 |
# File 'lib/v20190116/models.rb', line 3892 def Rp @Rp end |
Instance Method Details
#deserialize(params) ⇒ Object
3900 3901 3902 3903 3904 |
# File 'lib/v20190116/models.rb', line 3900 def deserialize(params) @GroupId = params['GroupId'] @Page = params['Page'] @Rp = params['Rp'] end |