Class: TencentCloud::Iai::V20200303::DeletePersonResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iai::V20200303::DeletePersonResponse
- Defined in:
- lib/v20200303/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.
968 969 970 |
# File 'lib/v20200303/models.rb', line 968 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
966 967 968 |
# File 'lib/v20200303/models.rb', line 966 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
972 973 974 |
# File 'lib/v20200303/models.rb', line 972 def deserialize(params) @RequestId = params['RequestId'] end |