Class: TencentCloud::Mps::V20190612::DescribeStreamLinkEventAttachedFlowsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeStreamLinkEventAttachedFlowsRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeStreamLinkEventAttachedFlows请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, pagenum = nil, pagesize = nil) ⇒ DescribeStreamLinkEventAttachedFlowsRequest
constructor
A new instance of DescribeStreamLinkEventAttachedFlowsRequest.
Constructor Details
#initialize(eventid = nil, pagenum = nil, pagesize = nil) ⇒ DescribeStreamLinkEventAttachedFlowsRequest
Returns a new instance of DescribeStreamLinkEventAttachedFlowsRequest.
14178 14179 14180 14181 14182 |
# File 'lib/v20190612/models.rb', line 14178 def initialize(eventid=nil, pagenum=nil, pagesize=nil) @EventId = eventid @PageNum = pagenum @PageSize = pagesize end |
Instance Attribute Details
#EventId ⇒ Object
14176 14177 14178 |
# File 'lib/v20190612/models.rb', line 14176 def EventId @EventId end |
#PageNum ⇒ Object
14176 14177 14178 |
# File 'lib/v20190612/models.rb', line 14176 def PageNum @PageNum end |
#PageSize ⇒ Object
14176 14177 14178 |
# File 'lib/v20190612/models.rb', line 14176 def PageSize @PageSize end |
Instance Method Details
#deserialize(params) ⇒ Object
14184 14185 14186 14187 14188 |
# File 'lib/v20190612/models.rb', line 14184 def deserialize(params) @EventId = params['EventId'] @PageNum = params['PageNum'] @PageSize = params['PageSize'] end |