Class: TencentCloud::Asr::V20190614::CreateCustomizationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Asr::V20190614::CreateCustomizationRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20190614/models.rb
Overview
CreateCustomization请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(modelname = nil, texturl = nil, modeltype = nil, taginfos = nil) ⇒ CreateCustomizationRequest
constructor
A new instance of CreateCustomizationRequest.
Constructor Details
#initialize(modelname = nil, texturl = nil, modeltype = nil, taginfos = nil) ⇒ CreateCustomizationRequest
Returns a new instance of CreateCustomizationRequest.
311 312 313 314 315 316 |
# File 'lib/v20190614/models.rb', line 311 def initialize(modelname=nil, texturl=nil, modeltype=nil, taginfos=nil) @ModelName = modelname @TextUrl = texturl @ModelType = modeltype @TagInfos = taginfos end |
Instance Attribute Details
#ModelName ⇒ Object
306 307 308 |
# File 'lib/v20190614/models.rb', line 306 def ModelName @ModelName end |
#ModelType ⇒ Object
306 307 308 |
# File 'lib/v20190614/models.rb', line 306 def ModelType @ModelType end |
#TagInfos ⇒ Object
306 307 308 |
# File 'lib/v20190614/models.rb', line 306 def TagInfos @TagInfos end |
#TextUrl ⇒ Object
306 307 308 |
# File 'lib/v20190614/models.rb', line 306 def TextUrl @TextUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
318 319 320 321 322 323 |
# File 'lib/v20190614/models.rb', line 318 def deserialize(params) @ModelName = params['ModelName'] @TextUrl = params['TextUrl'] @ModelType = params['ModelType'] @TagInfos = params['TagInfos'] end |