class TencentCloud::Cms::V20190321::UserKeywordInfo

关键词信息

def deserialize(params)

def deserialize(params)
  @ID = params['ID']
  @Content = params['Content']
  @Label = params['Label']
  @CreateTime = params['CreateTime']
  @Remark = params['Remark']
  @WordType = params['WordType']
end

def initialize(id=nil, content=nil, label=nil, createtime=nil, remark=nil, wordtype=nil)

def initialize(id=nil, content=nil, label=nil, createtime=nil, remark=nil, wordtype=nil)
  @ID = id
  @Content = content
  @Label = label
  @CreateTime = createtime
  @Remark = remark
  @WordType = wordtype
end