Class: TencentCloud::Dasb::V20191018::ResetDeviceAccountPasswordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::ResetDeviceAccountPasswordResponse
- Defined in:
- lib/v20191018/models.rb
Overview
ResetDeviceAccountPassword返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ResetDeviceAccountPasswordResponse
constructor
A new instance of ResetDeviceAccountPasswordResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ResetDeviceAccountPasswordResponse
4071 4072 4073 |
# File 'lib/v20191018/models.rb', line 4071 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4069 4070 4071 |
# File 'lib/v20191018/models.rb', line 4069 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4075 4076 4077 |
# File 'lib/v20191018/models.rb', line 4075 def deserialize(params) @RequestId = params['RequestId'] end |