Class: TencentCloud::Cls::V20201016::DescribeExportsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DescribeExportsRequest
- Defined in:
- lib/v20201016/models.rb
Overview
DescribeExports请求参数结构体
Instance Attribute Summary collapse
-
#Limit ⇒ Object
- 通过获取日志主题列表获取日志主题Id。.
-
#Offset ⇒ Object
- 通过获取日志主题列表获取日志主题Id。.
-
#TopicId ⇒ Object
- 通过获取日志主题列表获取日志主题Id。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, offset = nil, limit = nil) ⇒ DescribeExportsRequest
constructor
A new instance of DescribeExportsRequest.
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
- 通过获取日志主题列表获取日志主题Id。
8350 8351 8352 |
# File 'lib/v20201016/models.rb', line 8350 def Limit @Limit end |
#Offset ⇒ Object
- 通过获取日志主题列表获取日志主题Id。
8350 8351 8352 |
# File 'lib/v20201016/models.rb', line 8350 def Offset @Offset end |
#TopicId ⇒ Object
- 通过获取日志主题列表获取日志主题Id。
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 |