Class: TencentCloud::Vod::V20180717::DescribeCLSTopicsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::DescribeCLSTopicsRequest
- Defined in:
- lib/v20180717/models.rb
Overview
DescribeCLSTopics请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clsregion = nil, logsetid = nil, topicids = nil, offset = nil, limit = nil) ⇒ DescribeCLSTopicsRequest
constructor
A new instance of DescribeCLSTopicsRequest.
Constructor Details
#initialize(clsregion = nil, logsetid = nil, topicids = nil, offset = nil, limit = nil) ⇒ DescribeCLSTopicsRequest
Returns a new instance of DescribeCLSTopicsRequest.
10222 10223 10224 10225 10226 10227 10228 |
# File 'lib/v20180717/models.rb', line 10222 def initialize(clsregion=nil, logsetid=nil, topicids=nil, offset=nil, limit=nil) @CLSRegion = clsregion @LogsetId = logsetid @TopicIds = topicids @Offset = offset @Limit = limit end |
Instance Attribute Details
#CLSRegion ⇒ Object
10220 10221 10222 |
# File 'lib/v20180717/models.rb', line 10220 def CLSRegion @CLSRegion end |
#Limit ⇒ Object
10220 10221 10222 |
# File 'lib/v20180717/models.rb', line 10220 def Limit @Limit end |
#LogsetId ⇒ Object
10220 10221 10222 |
# File 'lib/v20180717/models.rb', line 10220 def LogsetId @LogsetId end |
#Offset ⇒ Object
10220 10221 10222 |
# File 'lib/v20180717/models.rb', line 10220 def Offset @Offset end |
#TopicIds ⇒ Object
10220 10221 10222 |
# File 'lib/v20180717/models.rb', line 10220 def TopicIds @TopicIds end |
Instance Method Details
#deserialize(params) ⇒ Object
10230 10231 10232 10233 10234 10235 10236 |
# File 'lib/v20180717/models.rb', line 10230 def deserialize(params) @CLSRegion = params['CLSRegion'] @LogsetId = params['LogsetId'] @TopicIds = params['TopicIds'] @Offset = params['Offset'] @Limit = params['Limit'] end |