Class: TencentCloud::Bda::V20200324::DeletePersonResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bda::V20200324::DeletePersonResponse
- Defined in:
- lib/v20200324/models.rb
Overview
DeletePerson返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeletePersonResponse
constructor
A new instance of DeletePersonResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeletePersonResponse
Returns a new instance of DeletePersonResponse.
594 595 596 |
# File 'lib/v20200324/models.rb', line 594 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
592 593 594 |
# File 'lib/v20200324/models.rb', line 592 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
598 599 600 |
# File 'lib/v20200324/models.rb', line 598 def deserialize(params) @RequestId = params['RequestId'] end |