Class: TencentCloud::Dlc::V20210125::DescribeUserTypeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DescribeUserTypeResponse
- Defined in:
- lib/v20210125/models.rb
Overview
DescribeUserType返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(usertype = nil, requestid = nil) ⇒ DescribeUserTypeResponse
constructor
A new instance of DescribeUserTypeResponse.
Constructor Details
#initialize(usertype = nil, requestid = nil) ⇒ DescribeUserTypeResponse
10212 10213 10214 10215 |
# File 'lib/v20210125/models.rb', line 10212 def initialize(usertype=nil, requestid=nil) @UserType = usertype @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10210 10211 10212 |
# File 'lib/v20210125/models.rb', line 10210 def RequestId @RequestId end |
#UserType ⇒ Object
10210 10211 10212 |
# File 'lib/v20210125/models.rb', line 10210 def UserType @UserType end |
Instance Method Details
#deserialize(params) ⇒ Object
10217 10218 10219 10220 |
# File 'lib/v20210125/models.rb', line 10217 def deserialize(params) @UserType = params['UserType'] @RequestId = params['RequestId'] end |