class TencentCloud::Live::V20180801::EnableOptimalSwitchingRequest

EnableOptimalSwitching请求参数结构体

def deserialize(params)

def deserialize(params)
  @StreamName = params['StreamName']
  @EnableSwitch = params['EnableSwitch']
  @HostGroupName = params['HostGroupName']
end

def initialize(streamname=nil, enableswitch=nil, hostgroupname=nil)

def initialize(streamname=nil, enableswitch=nil, hostgroupname=nil)
  @StreamName = streamname
  @EnableSwitch = enableswitch
  @HostGroupName = hostgroupname
end