Class: TencentCloud::Ivld::V20210903::UpdateCustomCategoryRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ivld::V20210903::UpdateCustomCategoryRequest
- Defined in:
- lib/v20210903/models.rb
Overview
UpdateCustomCategory请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(categoryid = nil, l1category = nil, l2category = nil) ⇒ UpdateCustomCategoryRequest
constructor
A new instance of UpdateCustomCategoryRequest.
Constructor Details
#initialize(categoryid = nil, l1category = nil, l2category = nil) ⇒ UpdateCustomCategoryRequest
2950 2951 2952 2953 2954 |
# File 'lib/v20210903/models.rb', line 2950 def initialize(categoryid=nil, l1category=nil, l2category=nil) @CategoryId = categoryid @L1Category = l1category @L2Category = l2category end |
Instance Attribute Details
#CategoryId ⇒ Object
2948 2949 2950 |
# File 'lib/v20210903/models.rb', line 2948 def CategoryId @CategoryId end |
#L1Category ⇒ Object
2948 2949 2950 |
# File 'lib/v20210903/models.rb', line 2948 def L1Category @L1Category end |
#L2Category ⇒ Object
2948 2949 2950 |
# File 'lib/v20210903/models.rb', line 2948 def L2Category @L2Category end |
Instance Method Details
#deserialize(params) ⇒ Object
2956 2957 2958 2959 2960 |
# File 'lib/v20210903/models.rb', line 2956 def deserialize(params) @CategoryId = params['CategoryId'] @L1Category = params['L1Category'] @L2Category = params['L2Category'] end |