Class: TencentCloud::Ivld::V20210903::DeleteCustomCategoryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ivld::V20210903::DeleteCustomCategoryResponse
- Defined in:
- lib/v20210903/models.rb
Overview
DeleteCustomCategory返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(categoryid = nil, requestid = nil) ⇒ DeleteCustomCategoryResponse
constructor
A new instance of DeleteCustomCategoryResponse.
Constructor Details
#initialize(categoryid = nil, requestid = nil) ⇒ DeleteCustomCategoryResponse
Returns a new instance of DeleteCustomCategoryResponse.
782 783 784 785 |
# File 'lib/v20210903/models.rb', line 782 def initialize(categoryid=nil, requestid=nil) @CategoryId = categoryid @RequestId = requestid end |
Instance Attribute Details
#CategoryId ⇒ Object
780 781 782 |
# File 'lib/v20210903/models.rb', line 780 def CategoryId @CategoryId end |
#RequestId ⇒ Object
780 781 782 |
# File 'lib/v20210903/models.rb', line 780 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
787 788 789 790 |
# File 'lib/v20210903/models.rb', line 787 def deserialize(params) @CategoryId = params['CategoryId'] @RequestId = params['RequestId'] end |