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.
14099 14100 14101 14102 14103 |
# File 'lib/v20190612/models.rb', line 14099 def initialize(eventid=nil, pagenum=nil, pagesize=nil) @EventId = eventid @PageNum = pagenum @PageSize = pagesize end |
Instance Attribute Details
#EventId ⇒ Object
14097 14098 14099 |
# File 'lib/v20190612/models.rb', line 14097 def EventId @EventId end |
#PageNum ⇒ Object
14097 14098 14099 |
# File 'lib/v20190612/models.rb', line 14097 def PageNum @PageNum end |
#PageSize ⇒ Object
14097 14098 14099 |
# File 'lib/v20190612/models.rb', line 14097 def PageSize @PageSize end |
Instance Method Details
#deserialize(params) ⇒ Object
14105 14106 14107 14108 14109 |
# File 'lib/v20190612/models.rb', line 14105 def deserialize(params) @EventId = params['EventId'] @PageNum = params['PageNum'] @PageSize = params['PageSize'] end |