Class: TencentCloud::Dlc::V20210125::DescribeUserRolesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DescribeUserRolesRequest
- Defined in:
- lib/v20210125/models.rb
Overview
DescribeUserRoles请求参数结构体
Instance Attribute Summary collapse
- #Fuzzy ⇒ Object
- #IsDefault ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #SortBy ⇒ Object
- #Sorting ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(limit = nil, offset = nil, fuzzy = nil, sortby = nil, sorting = nil, isdefault = nil) ⇒ DescribeUserRolesRequest
constructor
A new instance of DescribeUserRolesRequest.
Constructor Details
#initialize(limit = nil, offset = nil, fuzzy = nil, sortby = nil, sorting = nil, isdefault = nil) ⇒ DescribeUserRolesRequest
Returns a new instance of DescribeUserRolesRequest.
10133 10134 10135 10136 10137 10138 10139 10140 |
# File 'lib/v20210125/models.rb', line 10133 def initialize(limit=nil, offset=nil, fuzzy=nil, sortby=nil, sorting=nil, isdefault=nil) @Limit = limit @Offset = offset @Fuzzy = fuzzy @SortBy = sortby @Sorting = sorting @IsDefault = isdefault end |
Instance Attribute Details
#Fuzzy ⇒ Object
10131 10132 10133 |
# File 'lib/v20210125/models.rb', line 10131 def Fuzzy @Fuzzy end |
#IsDefault ⇒ Object
10131 10132 10133 |
# File 'lib/v20210125/models.rb', line 10131 def IsDefault @IsDefault end |
#Limit ⇒ Object
10131 10132 10133 |
# File 'lib/v20210125/models.rb', line 10131 def Limit @Limit end |
#Offset ⇒ Object
10131 10132 10133 |
# File 'lib/v20210125/models.rb', line 10131 def Offset @Offset end |
#SortBy ⇒ Object
10131 10132 10133 |
# File 'lib/v20210125/models.rb', line 10131 def SortBy @SortBy end |
#Sorting ⇒ Object
10131 10132 10133 |
# File 'lib/v20210125/models.rb', line 10131 def Sorting @Sorting end |
Instance Method Details
#deserialize(params) ⇒ Object
10142 10143 10144 10145 10146 10147 10148 10149 |
# File 'lib/v20210125/models.rb', line 10142 def deserialize(params) @Limit = params['Limit'] @Offset = params['Offset'] @Fuzzy = params['Fuzzy'] @SortBy = params['SortBy'] @Sorting = params['Sorting'] @IsDefault = params['IsDefault'] end |