|  | @@ -5,6 +5,7 @@ type ExperimentalFunction struct {
 | 
	
		
			
				|  |  |  	AutoChangeSubEncode  AutoChangeSubEncode  `json:"auto_change_sub_encode"`
 | 
	
		
			
				|  |  |  	ChsChtChanger        ChsChtChanger        `json:"chs_cht_changer"`
 | 
	
		
			
				|  |  |  	RemoteChromeSettings RemoteChromeSettings `json:"remote_chrome_settings"`
 | 
	
		
			
				|  |  | +	ApiKeySettings       ApiKeySettings       `json:"api_key_settings"`
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func NewExperimentalFunction() *ExperimentalFunction {
 |