Class: TencentCloud::Smh::V20210712::DeleteUserResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Smh::V20210712::DeleteUserResponse
- Defined in:
- lib/v20210712/models.rb
Overview
DeleteUser返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteUserResponse
constructor
A new instance of DeleteUserResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteUserResponse
Returns a new instance of DeleteUserResponse.
343 344 345 |
# File 'lib/v20210712/models.rb', line 343 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
341 342 343 |
# File 'lib/v20210712/models.rb', line 341 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
347 348 349 |
# File 'lib/v20210712/models.rb', line 347 def deserialize(params) @RequestId = params['RequestId'] end |