Class: TencentCloud::Dasb::V20191018::DescribeUserGroupsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::DescribeUserGroupsRequest
- Defined in:
- lib/v20191018/models.rb
Overview
DescribeUserGroups请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(idset = nil, name = nil, offset = nil, limit = nil, departmentid = nil) ⇒ DescribeUserGroupsRequest
constructor
A new instance of DescribeUserGroupsRequest.
Constructor Details
#initialize(idset = nil, name = nil, offset = nil, limit = nil, departmentid = nil) ⇒ DescribeUserGroupsRequest
2867 2868 2869 2870 2871 2872 2873 |
# File 'lib/v20191018/models.rb', line 2867 def initialize(idset=nil, name=nil, offset=nil, limit=nil, departmentid=nil) @IdSet = idset @Name = name @Offset = offset @Limit = limit @DepartmentId = departmentid end |
Instance Attribute Details
#DepartmentId ⇒ Object
2865 2866 2867 |
# File 'lib/v20191018/models.rb', line 2865 def DepartmentId @DepartmentId end |
#IdSet ⇒ Object
2865 2866 2867 |
# File 'lib/v20191018/models.rb', line 2865 def IdSet @IdSet end |
#Limit ⇒ Object
2865 2866 2867 |
# File 'lib/v20191018/models.rb', line 2865 def Limit @Limit end |
#Name ⇒ Object
2865 2866 2867 |
# File 'lib/v20191018/models.rb', line 2865 def Name @Name end |
#Offset ⇒ Object
2865 2866 2867 |
# File 'lib/v20191018/models.rb', line 2865 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
2875 2876 2877 2878 2879 2880 2881 |
# File 'lib/v20191018/models.rb', line 2875 def deserialize(params) @IdSet = params['IdSet'] @Name = params['Name'] @Offset = params['Offset'] @Limit = params['Limit'] @DepartmentId = params['DepartmentId'] end |