Class: TencentCloud::Yunjing::V20180228::ExportBashEventsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::ExportBashEventsResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportBashEvents返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, requestid = nil) ⇒ ExportBashEventsResponse
constructor
A new instance of ExportBashEventsResponse.
Constructor Details
#initialize(downloadurl = nil, requestid = nil) ⇒ ExportBashEventsResponse
Returns a new instance of ExportBashEventsResponse.
4537 4538 4539 4540 |
# File 'lib/v20180228/models.rb', line 4537 def initialize(downloadurl=nil, requestid=nil) @DownloadUrl = downloadurl @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
4535 4536 4537 |
# File 'lib/v20180228/models.rb', line 4535 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
4535 4536 4537 |
# File 'lib/v20180228/models.rb', line 4535 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4542 4543 4544 4545 |
# File 'lib/v20180228/models.rb', line 4542 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @RequestId = params['RequestId'] end |