Class: TencentCloud::Cwp::V20180228::CreateLogExportResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::CreateLogExportResponse
- Defined in:
- lib/v20180228/models.rb
Overview
CreateLogExport返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(exportid = nil, requestid = nil) ⇒ CreateLogExportResponse
constructor
A new instance of CreateLogExportResponse.
Constructor Details
#initialize(exportid = nil, requestid = nil) ⇒ CreateLogExportResponse
Returns a new instance of CreateLogExportResponse.
5749 5750 5751 5752 |
# File 'lib/v20180228/models.rb', line 5749 def initialize(exportid=nil, requestid=nil) @ExportId = exportid @RequestId = requestid end |
Instance Attribute Details
#ExportId ⇒ Object
5747 5748 5749 |
# File 'lib/v20180228/models.rb', line 5747 def ExportId @ExportId end |
#RequestId ⇒ Object
5747 5748 5749 |
# File 'lib/v20180228/models.rb', line 5747 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5754 5755 5756 5757 |
# File 'lib/v20180228/models.rb', line 5754 def deserialize(params) @ExportId = params['ExportId'] @RequestId = params['RequestId'] end |