Class: TencentCloud::Ivld::V20210903::CreateCustomCategoryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ivld::V20210903::CreateCustomCategoryResponse
- Defined in:
- lib/v20210903/models.rb
Overview
CreateCustomCategory返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(categoryid = nil, requestid = nil) ⇒ CreateCustomCategoryResponse
constructor
A new instance of CreateCustomCategoryResponse.
Constructor Details
#initialize(categoryid = nil, requestid = nil) ⇒ CreateCustomCategoryResponse
Returns a new instance of CreateCustomCategoryResponse.
350 351 352 353 |
# File 'lib/v20210903/models.rb', line 350 def initialize(categoryid=nil, requestid=nil) @CategoryId = categoryid @RequestId = requestid end |
Instance Attribute Details
#CategoryId ⇒ Object
348 349 350 |
# File 'lib/v20210903/models.rb', line 348 def CategoryId @CategoryId end |
#RequestId ⇒ Object
348 349 350 |
# File 'lib/v20210903/models.rb', line 348 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
355 356 357 358 |
# File 'lib/v20210903/models.rb', line 355 def deserialize(params) @CategoryId = params['CategoryId'] @RequestId = params['RequestId'] end |