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.
5836 5837 5838 |
# File 'lib/v20190612/models.rb', line 5836 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5834 5835 5836 |
# File 'lib/v20190612/models.rb', line 5834 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5840 5841 5842 |
# File 'lib/v20190612/models.rb', line 5840 def deserialize(params) @RequestId = params['RequestId'] end |