Class: TencentCloud::Iai::V20180301::DeletePersonResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iai::V20180301::DeletePersonResponse
- Defined in:
- lib/v20180301/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.
829 830 831 |
# File 'lib/v20180301/models.rb', line 829 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
827 828 829 |
# File 'lib/v20180301/models.rb', line 827 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
833 834 835 |
# File 'lib/v20180301/models.rb', line 833 def deserialize(params) @RequestId = params['RequestId'] end |