class TencentCloud::Tke::V20180525::ModifyPrometheusTempRequest

ModifyPrometheusTemp请求参数结构体

def deserialize(params)

def deserialize(params)
  @TemplateId = params['TemplateId']
  unless params['Template'].nil?
    @Template = PrometheusTempModify.new
    @Template.deserialize(params['Template'])
  end
end

def initialize(templateid=nil, template=nil)

def initialize(templateid=nil, template=nil)
  @TemplateId = templateid
  @Template = template
end