Class: TencentCloud::Cdb::V20170320::DescribeErrorLogDataRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DescribeErrorLogDataRequest
- Defined in:
- lib/v20170320/models.rb
Overview
DescribeErrorLogData请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #InstanceId ⇒ Object
- #InstType ⇒ Object
- #KeyWords ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, keywords = nil, limit = nil, offset = nil, insttype = nil) ⇒ DescribeErrorLogDataRequest
constructor
A new instance of DescribeErrorLogDataRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, keywords = nil, limit = nil, offset = nil, insttype = nil) ⇒ DescribeErrorLogDataRequest
Returns a new instance of DescribeErrorLogDataRequest.
7135 7136 7137 7138 7139 7140 7141 7142 7143 |
# File 'lib/v20170320/models.rb', line 7135 def initialize(instanceid=nil, starttime=nil, endtime=nil, keywords=nil, limit=nil, offset=nil, insttype=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @KeyWords = keywords @Limit = limit @Offset = offset @InstType = insttype end |
Instance Attribute Details
#EndTime ⇒ Object
7133 7134 7135 |
# File 'lib/v20170320/models.rb', line 7133 def EndTime @EndTime end |
#InstanceId ⇒ Object
7133 7134 7135 |
# File 'lib/v20170320/models.rb', line 7133 def InstanceId @InstanceId end |
#InstType ⇒ Object
7133 7134 7135 |
# File 'lib/v20170320/models.rb', line 7133 def InstType @InstType end |
#KeyWords ⇒ Object
7133 7134 7135 |
# File 'lib/v20170320/models.rb', line 7133 def KeyWords @KeyWords end |
#Limit ⇒ Object
7133 7134 7135 |
# File 'lib/v20170320/models.rb', line 7133 def Limit @Limit end |
#Offset ⇒ Object
7133 7134 7135 |
# File 'lib/v20170320/models.rb', line 7133 def Offset @Offset end |
#StartTime ⇒ Object
7133 7134 7135 |
# File 'lib/v20170320/models.rb', line 7133 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7145 7146 7147 7148 7149 7150 7151 7152 7153 |
# File 'lib/v20170320/models.rb', line 7145 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @KeyWords = params['KeyWords'] @Limit = params['Limit'] @Offset = params['Offset'] @InstType = params['InstType'] end |