Class: TencentCloud::Organization::V20210331::ListUsersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::ListUsersRequest
- Defined in:
- lib/v20210331/models.rb
Overview
ListUsers请求参数结构体
Instance Attribute Summary collapse
- #Filter ⇒ Object
- #FilterGroups ⇒ Object
- #MaxResults ⇒ Object
- #NextToken ⇒ Object
- #Offset ⇒ Object
- #SortField ⇒ Object
- #SortType ⇒ Object
- #UserStatus ⇒ Object
- #UserType ⇒ Object
- #ZoneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zoneid = nil, userstatus = nil, usertype = nil, filter = nil, maxresults = nil, nexttoken = nil, filtergroups = nil, sortfield = nil, sorttype = nil, offset = nil) ⇒ ListUsersRequest
constructor
A new instance of ListUsersRequest.
Constructor Details
#initialize(zoneid = nil, userstatus = nil, usertype = nil, filter = nil, maxresults = nil, nexttoken = nil, filtergroups = nil, sortfield = nil, sorttype = nil, offset = nil) ⇒ ListUsersRequest
Returns a new instance of ListUsersRequest.
5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 |
# File 'lib/v20210331/models.rb', line 5617 def initialize(zoneid=nil, userstatus=nil, usertype=nil, filter=nil, maxresults=nil, nexttoken=nil, filtergroups=nil, sortfield=nil, sorttype=nil, offset=nil) @ZoneId = zoneid @UserStatus = userstatus @UserType = usertype @Filter = filter @MaxResults = maxresults @NextToken = nexttoken @FilterGroups = filtergroups @SortField = sortfield @SortType = sorttype @Offset = offset end |
Instance Attribute Details
#Filter ⇒ Object
5615 5616 5617 |
# File 'lib/v20210331/models.rb', line 5615 def Filter @Filter end |
#FilterGroups ⇒ Object
5615 5616 5617 |
# File 'lib/v20210331/models.rb', line 5615 def FilterGroups @FilterGroups end |
#MaxResults ⇒ Object
5615 5616 5617 |
# File 'lib/v20210331/models.rb', line 5615 def MaxResults @MaxResults end |
#NextToken ⇒ Object
5615 5616 5617 |
# File 'lib/v20210331/models.rb', line 5615 def NextToken @NextToken end |
#Offset ⇒ Object
5615 5616 5617 |
# File 'lib/v20210331/models.rb', line 5615 def Offset @Offset end |
#SortField ⇒ Object
5615 5616 5617 |
# File 'lib/v20210331/models.rb', line 5615 def SortField @SortField end |
#SortType ⇒ Object
5615 5616 5617 |
# File 'lib/v20210331/models.rb', line 5615 def SortType @SortType end |
#UserStatus ⇒ Object
5615 5616 5617 |
# File 'lib/v20210331/models.rb', line 5615 def UserStatus @UserStatus end |
#UserType ⇒ Object
5615 5616 5617 |
# File 'lib/v20210331/models.rb', line 5615 def UserType @UserType end |
#ZoneId ⇒ Object
5615 5616 5617 |
# File 'lib/v20210331/models.rb', line 5615 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 |
# File 'lib/v20210331/models.rb', line 5630 def deserialize(params) @ZoneId = params['ZoneId'] @UserStatus = params['UserStatus'] @UserType = params['UserType'] @Filter = params['Filter'] @MaxResults = params['MaxResults'] @NextToken = params['NextToken'] @FilterGroups = params['FilterGroups'] @SortField = params['SortField'] @SortType = params['SortType'] @Offset = params['Offset'] end |