Class: TencentCloud::Dasb::V20191018::DescribeUserGroupMembersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::DescribeUserGroupMembersRequest
- Defined in:
- lib/v20191018/models.rb
Overview
DescribeUserGroupMembers请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, bound = nil, name = nil, offset = nil, limit = nil, departmentid = nil) ⇒ DescribeUserGroupMembersRequest
constructor
A new instance of DescribeUserGroupMembersRequest.
Constructor Details
#initialize(id = nil, bound = nil, name = nil, offset = nil, limit = nil, departmentid = nil) ⇒ DescribeUserGroupMembersRequest
Returns a new instance of DescribeUserGroupMembersRequest.
2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/v20191018/models.rb', line 2802 def initialize(id=nil, bound=nil, name=nil, offset=nil, limit=nil, departmentid=nil) @Id = id @Bound = bound @Name = name @Offset = offset @Limit = limit @DepartmentId = departmentid end |
Instance Attribute Details
#Bound ⇒ Object
2800 2801 2802 |
# File 'lib/v20191018/models.rb', line 2800 def Bound @Bound end |
#DepartmentId ⇒ Object
2800 2801 2802 |
# File 'lib/v20191018/models.rb', line 2800 def DepartmentId @DepartmentId end |
#Id ⇒ Object
2800 2801 2802 |
# File 'lib/v20191018/models.rb', line 2800 def Id @Id end |
#Limit ⇒ Object
2800 2801 2802 |
# File 'lib/v20191018/models.rb', line 2800 def Limit @Limit end |
#Name ⇒ Object
2800 2801 2802 |
# File 'lib/v20191018/models.rb', line 2800 def Name @Name end |
#Offset ⇒ Object
2800 2801 2802 |
# File 'lib/v20191018/models.rb', line 2800 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
2811 2812 2813 2814 2815 2816 2817 2818 |
# File 'lib/v20191018/models.rb', line 2811 def deserialize(params) @Id = params['Id'] @Bound = params['Bound'] @Name = params['Name'] @Offset = params['Offset'] @Limit = params['Limit'] @DepartmentId = params['DepartmentId'] end |