Class: TencentCloud::Asr::V20190614::DownloadCustomizationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Asr::V20190614::DownloadCustomizationResponse
- Defined in:
- lib/v20190614/models.rb
Overview
DownloadCustomization返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, requestid = nil) ⇒ DownloadCustomizationResponse
constructor
A new instance of DownloadCustomizationResponse.
Constructor Details
#initialize(downloadurl = nil, requestid = nil) ⇒ DownloadCustomizationResponse
Returns a new instance of DownloadCustomizationResponse.
851 852 853 854 |
# File 'lib/v20190614/models.rb', line 851 def initialize(downloadurl=nil, requestid=nil) @DownloadUrl = downloadurl @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
849 850 851 |
# File 'lib/v20190614/models.rb', line 849 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
849 850 851 |
# File 'lib/v20190614/models.rb', line 849 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
856 857 858 859 |
# File 'lib/v20190614/models.rb', line 856 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @RequestId = params['RequestId'] end |