class TencentCloud::Tsf::V20180326::WarmupSetting

预热配置

def deserialize(params)

def deserialize(params)
  @Enabled = params['Enabled']
  @WarmupTime = params['WarmupTime']
  @Curvature = params['Curvature']
  @EnabledProtection = params['EnabledProtection']
end

def initialize(enabled=nil, warmuptime=nil, curvature=nil, enabledprotection=nil)

def initialize(enabled=nil, warmuptime=nil, curvature=nil, enabledprotection=nil)
  @Enabled = enabled
  @WarmupTime = warmuptime
  @Curvature = curvature
  @EnabledProtection = enabledprotection
end