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.
7079 7080 7081 7082 7083 7084 7085 7086 7087 |
# File 'lib/v20170320/models.rb', line 7079 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
7077 7078 7079 |
# File 'lib/v20170320/models.rb', line 7077 def EndTime @EndTime end |
#InstanceId ⇒ Object
7077 7078 7079 |
# File 'lib/v20170320/models.rb', line 7077 def InstanceId @InstanceId end |
#InstType ⇒ Object
7077 7078 7079 |
# File 'lib/v20170320/models.rb', line 7077 def InstType @InstType end |
#KeyWords ⇒ Object
7077 7078 7079 |
# File 'lib/v20170320/models.rb', line 7077 def KeyWords @KeyWords end |
#Limit ⇒ Object
7077 7078 7079 |
# File 'lib/v20170320/models.rb', line 7077 def Limit @Limit end |
#Offset ⇒ Object
7077 7078 7079 |
# File 'lib/v20170320/models.rb', line 7077 def Offset @Offset end |
#StartTime ⇒ Object
7077 7078 7079 |
# File 'lib/v20170320/models.rb', line 7077 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7089 7090 7091 7092 7093 7094 7095 7096 7097 |
# File 'lib/v20170320/models.rb', line 7089 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 |