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.
3939 3940 3941 3942 3943 |
# File 'lib/v20190116/models.rb', line 3939 def initialize(groupid=nil, page=nil, rp=nil) @GroupId = groupid @Page = page @Rp = rp end |
Instance Attribute Details
#GroupId ⇒ Object
3937 3938 3939 |
# File 'lib/v20190116/models.rb', line 3937 def GroupId @GroupId end |
#Page ⇒ Object
3937 3938 3939 |
# File 'lib/v20190116/models.rb', line 3937 def Page @Page end |
#Rp ⇒ Object
3937 3938 3939 |
# File 'lib/v20190116/models.rb', line 3937 def Rp @Rp end |
Instance Method Details
#deserialize(params) ⇒ Object
3945 3946 3947 3948 3949 |
# File 'lib/v20190116/models.rb', line 3945 def deserialize(params) @GroupId = params['GroupId'] @Page = params['Page'] @Rp = params['Rp'] end |