Class: TencentCloud::Cwp::V20180228::DescribeClientExceptionRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeClientExceptionRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeClientException请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(exceptiontype = nil, offset = nil, limit = nil, starttime = nil, endtime = nil) ⇒ DescribeClientExceptionRequest
constructor
A new instance of DescribeClientExceptionRequest.
Constructor Details
#initialize(exceptiontype = nil, offset = nil, limit = nil, starttime = nil, endtime = nil) ⇒ DescribeClientExceptionRequest
Returns a new instance of DescribeClientExceptionRequest.
14142 14143 14144 14145 14146 14147 14148 |
# File 'lib/v20180228/models.rb', line 14142 def initialize(exceptiontype=nil, offset=nil, limit=nil, starttime=nil, endtime=nil) @ExceptionType = exceptiontype @Offset = offset @Limit = limit @StartTime = starttime @EndTime = endtime end |
Instance Attribute Details
#EndTime ⇒ Object
14140 14141 14142 |
# File 'lib/v20180228/models.rb', line 14140 def EndTime @EndTime end |
#ExceptionType ⇒ Object
14140 14141 14142 |
# File 'lib/v20180228/models.rb', line 14140 def ExceptionType @ExceptionType end |
#Limit ⇒ Object
14140 14141 14142 |
# File 'lib/v20180228/models.rb', line 14140 def Limit @Limit end |
#Offset ⇒ Object
14140 14141 14142 |
# File 'lib/v20180228/models.rb', line 14140 def Offset @Offset end |
#StartTime ⇒ Object
14140 14141 14142 |
# File 'lib/v20180228/models.rb', line 14140 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
14150 14151 14152 14153 14154 14155 14156 |
# File 'lib/v20180228/models.rb', line 14150 def deserialize(params) @ExceptionType = params['ExceptionType'] @Offset = params['Offset'] @Limit = params['Limit'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |