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.
878 879 880 881 |
# File 'lib/v20190614/models.rb', line 878 def initialize(downloadurl=nil, requestid=nil) @DownloadUrl = downloadurl @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
876 877 878 |
# File 'lib/v20190614/models.rb', line 876 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
876 877 878 |
# File 'lib/v20190614/models.rb', line 876 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
883 884 885 886 |
# File 'lib/v20190614/models.rb', line 883 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @RequestId = params['RequestId'] end |