Class: TencentCloud::Cls::V20201016::DescribeExportsRequest

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

Overview

DescribeExports请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(topicid = nil, offset = nil, limit = nil) ⇒ DescribeExportsRequest

Returns a new instance of DescribeExportsRequest.



8352
8353
8354
8355
8356
# File 'lib/v20201016/models.rb', line 8352

def initialize(topicid=nil, offset=nil, limit=nil)
  @TopicId = topicid
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#Limit ⇒ Object

Parameters:

  • TopicId: —

    日志主题Id

  • Offset: —

    分页的偏移量,默认值为0

  • Limit: —

    分页单页限制数目,默认值为20,最大值100



8350
8351
8352
# File 'lib/v20201016/models.rb', line 8350

def Limit
  @Limit
end

#Offset ⇒ Object

Parameters:

  • TopicId: —

    日志主题Id

  • Offset: —

    分页的偏移量,默认值为0

  • Limit: —

    分页单页限制数目,默认值为20,最大值100



8350
8351
8352
# File 'lib/v20201016/models.rb', line 8350

def Offset
  @Offset
end

#TopicId ⇒ Object

Parameters:

  • TopicId: —

    日志主题Id

  • Offset: —

    分页的偏移量,默认值为0

  • Limit: —

    分页单页限制数目,默认值为20,最大值100



8350
8351
8352
# File 'lib/v20201016/models.rb', line 8350

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



8358
8359
8360
8361
8362
# File 'lib/v20201016/models.rb', line 8358

def deserialize(params)
  @TopicId = params['TopicId']
  @Offset = params['Offset']
  @Limit = params['Limit']
end