Class: TencentCloud::Asr::V20190614::ModifyCustomizationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Asr::V20190614::ModifyCustomizationRequest
- Defined in:
- lib/v20190614/models.rb
Overview
ModifyCustomization请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(modelid = nil, modelname = nil, modeltype = nil, texturl = nil) ⇒ ModifyCustomizationRequest
constructor
A new instance of ModifyCustomizationRequest.
Constructor Details
#initialize(modelid = nil, modelname = nil, modeltype = nil, texturl = nil) ⇒ ModifyCustomizationRequest
Returns a new instance of ModifyCustomizationRequest.
1383 1384 1385 1386 1387 1388 |
# File 'lib/v20190614/models.rb', line 1383 def initialize(modelid=nil, modelname=nil, modeltype=nil, texturl=nil) @ModelId = modelid @ModelName = modelname @ModelType = modeltype @TextUrl = texturl end |
Instance Attribute Details
#ModelId ⇒ Object
1381 1382 1383 |
# File 'lib/v20190614/models.rb', line 1381 def ModelId @ModelId end |
#ModelName ⇒ Object
1381 1382 1383 |
# File 'lib/v20190614/models.rb', line 1381 def ModelName @ModelName end |
#ModelType ⇒ Object
1381 1382 1383 |
# File 'lib/v20190614/models.rb', line 1381 def ModelType @ModelType end |
#TextUrl ⇒ Object
1381 1382 1383 |
# File 'lib/v20190614/models.rb', line 1381 def TextUrl @TextUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
1390 1391 1392 1393 1394 1395 |
# File 'lib/v20190614/models.rb', line 1390 def deserialize(params) @ModelId = params['ModelId'] @ModelName = params['ModelName'] @ModelType = params['ModelType'] @TextUrl = params['TextUrl'] end |