Class: TencentCloud::Cls::V20201016::DescribeLogContextRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DescribeLogContextRequest
- Defined in:
- lib/v20201016/models.rb
Overview
DescribeLogContext请求参数结构体
Instance Attribute Summary collapse
- #BTime ⇒ Object
- #From ⇒ Object
- #NextLogs ⇒ Object
- #PkgId ⇒ Object
- #PkgLogId ⇒ Object
- #PrevLogs ⇒ Object
- #Query ⇒ Object
- #To ⇒ Object
- #TopicId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, btime = nil, pkgid = nil, pkglogid = nil, prevlogs = nil, nextlogs = nil, query = nil, from = nil, to = nil) ⇒ DescribeLogContextRequest
constructor
A new instance of DescribeLogContextRequest.
Constructor Details
#initialize(topicid = nil, btime = nil, pkgid = nil, pkglogid = nil, prevlogs = nil, nextlogs = nil, query = nil, from = nil, to = nil) ⇒ DescribeLogContextRequest
Returns a new instance of DescribeLogContextRequest.
8882 8883 8884 8885 8886 8887 8888 8889 8890 8891 8892 |
# File 'lib/v20201016/models.rb', line 8882 def initialize(topicid=nil, btime=nil, pkgid=nil, pkglogid=nil, prevlogs=nil, nextlogs=nil, query=nil, from=nil, to=nil) @TopicId = topicid @BTime = btime @PkgId = pkgid @PkgLogId = pkglogid @PrevLogs = prevlogs @NextLogs = nextlogs @Query = query @From = from @To = to end |
Instance Attribute Details
#BTime ⇒ Object
8880 8881 8882 |
# File 'lib/v20201016/models.rb', line 8880 def BTime @BTime end |
#From ⇒ Object
8880 8881 8882 |
# File 'lib/v20201016/models.rb', line 8880 def From @From end |
#NextLogs ⇒ Object
8880 8881 8882 |
# File 'lib/v20201016/models.rb', line 8880 def NextLogs @NextLogs end |
#PkgId ⇒ Object
8880 8881 8882 |
# File 'lib/v20201016/models.rb', line 8880 def PkgId @PkgId end |
#PkgLogId ⇒ Object
8880 8881 8882 |
# File 'lib/v20201016/models.rb', line 8880 def PkgLogId @PkgLogId end |
#PrevLogs ⇒ Object
8880 8881 8882 |
# File 'lib/v20201016/models.rb', line 8880 def PrevLogs @PrevLogs end |
#Query ⇒ Object
8880 8881 8882 |
# File 'lib/v20201016/models.rb', line 8880 def Query @Query end |
#To ⇒ Object
8880 8881 8882 |
# File 'lib/v20201016/models.rb', line 8880 def To @To end |
#TopicId ⇒ Object
8880 8881 8882 |
# File 'lib/v20201016/models.rb', line 8880 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
8894 8895 8896 8897 8898 8899 8900 8901 8902 8903 8904 |
# File 'lib/v20201016/models.rb', line 8894 def deserialize(params) @TopicId = params['TopicId'] @BTime = params['BTime'] @PkgId = params['PkgId'] @PkgLogId = params['PkgLogId'] @PrevLogs = params['PrevLogs'] @NextLogs = params['NextLogs'] @Query = params['Query'] @From = params['From'] @To = params['To'] end |