Class: TencentCloud::Mps::V20190612::DescribeStreamLinkEventAttachedFlowsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

DescribeStreamLinkEventAttachedFlows请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#EventIdObject

Parameters:

  • EventId:

    EventId。

  • PageNum:

    当前页数,默认1。

  • PageSize:

    每页大小,默认1000。



14097
14098
14099
# File 'lib/v20190612/models.rb', line 14097

def EventId
  @EventId
end

#PageNumObject

Parameters:

  • EventId:

    EventId。

  • PageNum:

    当前页数,默认1。

  • PageSize:

    每页大小,默认1000。



14097
14098
14099
# File 'lib/v20190612/models.rb', line 14097

def PageNum
  @PageNum
end

#PageSizeObject

Parameters:

  • EventId:

    EventId。

  • PageNum:

    当前页数,默认1。

  • PageSize:

    每页大小,默认1000。



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