Class: TencentCloud::Asr::V20190614::ModifyCustomizationStateRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190614/models.rb

Overview

ModifyCustomizationState请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(modelid = nil, tostate = nil) ⇒ ModifyCustomizationStateRequest



1456
1457
1458
1459
# File 'lib/v20190614/models.rb', line 1456

def initialize(modelid=nil, tostate=nil)
  @ModelId = modelid
  @ToState = tostate
end

Instance Attribute Details

#ModelIdObject



1454
1455
1456
# File 'lib/v20190614/models.rb', line 1454

def ModelId
  @ModelId
end

#ToStateObject



1454
1455
1456
# File 'lib/v20190614/models.rb', line 1454

def ToState
  @ToState
end

Instance Method Details

#deserialize(params) ⇒ Object



1461
1462
1463
1464
# File 'lib/v20190614/models.rb', line 1461

def deserialize(params)
  @ModelId = params['ModelId']
  @ToState = params['ToState']
end