Class: TencentCloud::Youmall::V20180228::DeletePersonFeatureResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DeletePersonFeatureResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DeletePersonFeature返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeletePersonFeatureResponse
constructor
A new instance of DeletePersonFeatureResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeletePersonFeatureResponse
Returns a new instance of DeletePersonFeatureResponse.
265 266 267 |
# File 'lib/v20180228/models.rb', line 265 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
263 264 265 |
# File 'lib/v20180228/models.rb', line 263 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
269 270 271 |
# File 'lib/v20180228/models.rb', line 269 def deserialize(params) @RequestId = params['RequestId'] end |