Class: TencentCloud::Iss::V20230517::DeleteUserDeviceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::DeleteUserDeviceResponse
- Defined in:
- lib/v20230517/models.rb
Overview
DeleteUserDevice返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteUserDeviceResponse
constructor
A new instance of DeleteUserDeviceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteUserDeviceResponse
Returns a new instance of DeleteUserDeviceResponse.
2293 2294 2295 |
# File 'lib/v20230517/models.rb', line 2293 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2291 2292 2293 |
# File 'lib/v20230517/models.rb', line 2291 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2297 2298 2299 |
# File 'lib/v20230517/models.rb', line 2297 def deserialize(params) @RequestId = params['RequestId'] end |