Class: TencentCloud::Ivld::V20210903::UpdateCustomCategoryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ivld::V20210903::UpdateCustomCategoryResponse
- Defined in:
- lib/v20210903/models.rb
Overview
UpdateCustomCategory返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(categoryid = nil, requestid = nil) ⇒ UpdateCustomCategoryResponse
constructor
A new instance of UpdateCustomCategoryResponse.
Constructor Details
#initialize(categoryid = nil, requestid = nil) ⇒ UpdateCustomCategoryResponse
Returns a new instance of UpdateCustomCategoryResponse.
2972 2973 2974 2975 |
# File 'lib/v20210903/models.rb', line 2972 def initialize(categoryid=nil, requestid=nil) @CategoryId = categoryid @RequestId = requestid end |
Instance Attribute Details
#CategoryId ⇒ Object
2970 2971 2972 |
# File 'lib/v20210903/models.rb', line 2970 def CategoryId @CategoryId end |
#RequestId ⇒ Object
2970 2971 2972 |
# File 'lib/v20210903/models.rb', line 2970 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2977 2978 2979 2980 |
# File 'lib/v20210903/models.rb', line 2977 def deserialize(params) @CategoryId = params['CategoryId'] @RequestId = params['RequestId'] end |