Class: TencentCloud::Bh::V20230418::ResetUserResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bh::V20230418::ResetUserResponse
- Defined in:
- lib/v20230418/models.rb
Overview
ResetUser返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ResetUserResponse
constructor
A new instance of ResetUserResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ResetUserResponse
Returns a new instance of ResetUserResponse.
5199 5200 5201 |
# File 'lib/v20230418/models.rb', line 5199 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5197 5198 5199 |
# File 'lib/v20230418/models.rb', line 5197 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5203 5204 5205 |
# File 'lib/v20230418/models.rb', line 5203 def deserialize(params) @RequestId = params['RequestId'] end |