Class: TencentCloud::Cfs::V20190719::CreateDataFlowResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::CreateDataFlowResponse
- Defined in:
- lib/v20190719/models.rb
Overview
CreateDataFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dataflowid = nil, requestid = nil) ⇒ CreateDataFlowResponse
constructor
A new instance of CreateDataFlowResponse.
Constructor Details
#initialize(dataflowid = nil, requestid = nil) ⇒ CreateDataFlowResponse
Returns a new instance of CreateDataFlowResponse.
935 936 937 938 |
# File 'lib/v20190719/models.rb', line 935 def initialize(dataflowid=nil, requestid=nil) @DataFlowId = dataflowid @RequestId = requestid end |
Instance Attribute Details
#DataFlowId ⇒ Object
933 934 935 |
# File 'lib/v20190719/models.rb', line 933 def DataFlowId @DataFlowId end |
#RequestId ⇒ Object
933 934 935 |
# File 'lib/v20190719/models.rb', line 933 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
940 941 942 943 |
# File 'lib/v20190719/models.rb', line 940 def deserialize(params) @DataFlowId = params['DataFlowId'] @RequestId = params['RequestId'] end |