Class: TencentCloud::Ivld::V20210903::UpdateCustomCategoryRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210903/models.rb

Overview

UpdateCustomCategory请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CategoryIdObject



2948
2949
2950
# File 'lib/v20210903/models.rb', line 2948

def CategoryId
  @CategoryId
end

#L1CategoryObject



2948
2949
2950
# File 'lib/v20210903/models.rb', line 2948

def L1Category
  @L1Category
end

#L2CategoryObject



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