Class: TencentCloud::Mps::V20190612::BatchDeleteStreamLinkFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::BatchDeleteStreamLinkFlowResponse
- Defined in:
- lib/v20190612/models.rb
Overview
BatchDeleteStreamLinkFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ BatchDeleteStreamLinkFlowResponse
constructor
A new instance of BatchDeleteStreamLinkFlowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ BatchDeleteStreamLinkFlowResponse
Returns a new instance of BatchDeleteStreamLinkFlowResponse.
5779 5780 5781 |
# File 'lib/v20190612/models.rb', line 5779 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5777 5778 5779 |
# File 'lib/v20190612/models.rb', line 5777 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5783 5784 5785 |
# File 'lib/v20190612/models.rb', line 5783 def deserialize(params) @RequestId = params['RequestId'] end |