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.
5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 |
# File 'lib/v20210331/models.rb', line 5755 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
5753 5754 5755 |
# File 'lib/v20210331/models.rb', line 5753 def Filter @Filter end |
#FilterGroups ⇒ Object
5753 5754 5755 |
# File 'lib/v20210331/models.rb', line 5753 def FilterGroups @FilterGroups end |
#MaxResults ⇒ Object
5753 5754 5755 |
# File 'lib/v20210331/models.rb', line 5753 def MaxResults @MaxResults end |
#NextToken ⇒ Object
5753 5754 5755 |
# File 'lib/v20210331/models.rb', line 5753 def NextToken @NextToken end |
#Offset ⇒ Object
5753 5754 5755 |
# File 'lib/v20210331/models.rb', line 5753 def Offset @Offset end |
#SortField ⇒ Object
5753 5754 5755 |
# File 'lib/v20210331/models.rb', line 5753 def SortField @SortField end |
#SortType ⇒ Object
5753 5754 5755 |
# File 'lib/v20210331/models.rb', line 5753 def SortType @SortType end |
#UserStatus ⇒ Object
5753 5754 5755 |
# File 'lib/v20210331/models.rb', line 5753 def UserStatus @UserStatus end |
#UserType ⇒ Object
5753 5754 5755 |
# File 'lib/v20210331/models.rb', line 5753 def UserType @UserType end |
#ZoneId ⇒ Object
5753 5754 5755 |
# File 'lib/v20210331/models.rb', line 5753 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 |
# File 'lib/v20210331/models.rb', line 5768 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 |