Class: TencentCloud::Cr::V20180321::DescribeBotFlowRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::DescribeBotFlowRequest
- Defined in:
- lib/v20180321/models.rb
Overview
DescribeBotFlow请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil) ⇒ DescribeBotFlowRequest
constructor
A new instance of DescribeBotFlowRequest.
Constructor Details
#initialize(_module = nil, operation = nil) ⇒ DescribeBotFlowRequest
Returns a new instance of DescribeBotFlowRequest.
637 638 639 640 |
# File 'lib/v20180321/models.rb', line 637 def initialize(_module=nil, operation=nil) @Module = _module @Operation = operation end |
Instance Attribute Details
#Module ⇒ Object
635 636 637 |
# File 'lib/v20180321/models.rb', line 635 def Module @Module end |
#Operation ⇒ Object
635 636 637 |
# File 'lib/v20180321/models.rb', line 635 def Operation @Operation end |
Instance Method Details
#deserialize(params) ⇒ Object
642 643 644 645 |
# File 'lib/v20180321/models.rb', line 642 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] end |