Class: TencentCloud::Waf::V20180125::CreateExportResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::CreateExportResponse
- Defined in:
- lib/v20180125/models.rb
Overview
CreateExport返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(exportid = nil, requestid = nil) ⇒ CreateExportResponse
constructor
A new instance of CreateExportResponse.
Constructor Details
#initialize(exportid = nil, requestid = nil) ⇒ CreateExportResponse
Returns a new instance of CreateExportResponse.
3807 3808 3809 3810 |
# File 'lib/v20180125/models.rb', line 3807 def initialize(exportid=nil, requestid=nil) @ExportId = exportid @RequestId = requestid end |
Instance Attribute Details
#ExportId ⇒ Object
3805 3806 3807 |
# File 'lib/v20180125/models.rb', line 3805 def ExportId @ExportId end |
#RequestId ⇒ Object
3805 3806 3807 |
# File 'lib/v20180125/models.rb', line 3805 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3812 3813 3814 3815 |
# File 'lib/v20180125/models.rb', line 3812 def deserialize(params) @ExportId = params['ExportId'] @RequestId = params['RequestId'] end |