Class: TencentCloud::Ivld::V20210903::DeleteCustomCategoryRequest

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

Overview

DeleteCustomCategory请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(categoryid = nil) ⇒ DeleteCustomCategoryRequest



764
765
766
# File 'lib/v20210903/models.rb', line 764

def initialize(categoryid=nil)
  @CategoryId = categoryid
end

Instance Attribute Details

#CategoryIdObject



762
763
764
# File 'lib/v20210903/models.rb', line 762

def CategoryId
  @CategoryId
end

Instance Method Details

#deserialize(params) ⇒ Object



768
769
770
# File 'lib/v20210903/models.rb', line 768

def deserialize(params)
  @CategoryId = params['CategoryId']
end