class TencentCloud::Wedata::V20210820::TaskTypeExtParamDsVO
TaskTypeExts参数
def deserialize(params)
def deserialize(params) @TaskTypeExtKey = params['TaskTypeExtKey'] unless params['TaskTypeExtValue'].nil? @TaskTypeExtValue = TaskTypeExtDsVO.new @TaskTypeExtValue.deserialize(params['TaskTypeExtValue']) end end
def initialize(tasktypeextkey=nil, tasktypeextvalue=nil)
def initialize(tasktypeextkey=nil, tasktypeextvalue=nil) @TaskTypeExtKey = tasktypeextkey @TaskTypeExtValue = tasktypeextvalue end