Class: TencentCloud::Lke::V20231130::ModifyDocCateRequest

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

Overview

ModifyDocCate请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(botbizid = nil, name = nil, catebizid = nil) ⇒ ModifyDocCateRequest

Returns a new instance of ModifyDocCateRequest.



9502
9503
9504
9505
9506
# File 'lib/v20231130/models.rb', line 9502

def initialize(botbizid=nil, name=nil, catebizid=nil)
  @BotBizId = botbizid
  @Name = name
  @CateBizId = catebizid
end

Instance Attribute Details

#BotBizIdObject

Parameters:

  • BotBizId:

    应用ID

  • Name:

    分类名称

  • CateBizId:

    分类业务ID



9500
9501
9502
# File 'lib/v20231130/models.rb', line 9500

def BotBizId
  @BotBizId
end

#CateBizIdObject

Parameters:

  • BotBizId:

    应用ID

  • Name:

    分类名称

  • CateBizId:

    分类业务ID



9500
9501
9502
# File 'lib/v20231130/models.rb', line 9500

def CateBizId
  @CateBizId
end

#NameObject

Parameters:

  • BotBizId:

    应用ID

  • Name:

    分类名称

  • CateBizId:

    分类业务ID



9500
9501
9502
# File 'lib/v20231130/models.rb', line 9500

def Name
  @Name
end

Instance Method Details

#deserialize(params) ⇒ Object



9508
9509
9510
9511
9512
# File 'lib/v20231130/models.rb', line 9508

def deserialize(params)
  @BotBizId = params['BotBizId']
  @Name = params['Name']
  @CateBizId = params['CateBizId']
end