Class: TencentCloud::Dlc::V20210125::ModifyUserTypeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::ModifyUserTypeResponse
- Defined in:
- lib/v20210125/models.rb
Overview
ModifyUserType返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyUserTypeResponse
constructor
A new instance of ModifyUserTypeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyUserTypeResponse
Returns a new instance of ModifyUserTypeResponse.
12493 12494 12495 |
# File 'lib/v20210125/models.rb', line 12493 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12491 12492 12493 |
# File 'lib/v20210125/models.rb', line 12491 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12497 12498 12499 |
# File 'lib/v20210125/models.rb', line 12497 def deserialize(params) @RequestId = params['RequestId'] end |