class TencentCloud::Tke::V20180525::PrometheusAlertManagerConfig

告警渠道使用自建alertmanager的配置

def deserialize(params)

def deserialize(params)
  @Url = params['Url']
  @ClusterType = params['ClusterType']
  @ClusterId = params['ClusterId']
end

def initialize(url=nil, clustertype=nil, clusterid=nil)

def initialize(url=nil, clustertype=nil, clusterid=nil)
  @Url = url
  @ClusterType = clustertype
  @ClusterId = clusterid
end