class TencentCloud::Tke::V20180525::PrometheusAlertHistoryItem
prometheus告警历史
def deserialize(params)
def deserialize(params) @RuleName = params['RuleName'] @StartTime = params['StartTime'] @Content = params['Content'] @State = params['State'] @RuleItem = params['RuleItem'] @TopicId = params['TopicId'] @TopicName = params['TopicName'] end
def initialize(rulename=nil, starttime=nil, content=nil, state=nil, ruleitem=nil, topicid=nil, topicname=nil)
def initialize(rulename=nil, starttime=nil, content=nil, state=nil, ruleitem=nil, topicid=nil, topicname=nil) @RuleName = rulename @StartTime = starttime @Content = content @State = state @RuleItem = ruleitem @TopicId = topicid @TopicName = topicname end