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.
14063 14064 14065 14066 14067 14068 14069 |
# File 'lib/v20180228/models.rb', line 14063 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
14061 14062 14063 |
# File 'lib/v20180228/models.rb', line 14061 def EndTime @EndTime end |
#ExceptionType ⇒ Object
14061 14062 14063 |
# File 'lib/v20180228/models.rb', line 14061 def ExceptionType @ExceptionType end |
#Limit ⇒ Object
14061 14062 14063 |
# File 'lib/v20180228/models.rb', line 14061 def Limit @Limit end |
#Offset ⇒ Object
14061 14062 14063 |
# File 'lib/v20180228/models.rb', line 14061 def Offset @Offset end |
#StartTime ⇒ Object
14061 14062 14063 |
# File 'lib/v20180228/models.rb', line 14061 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
14071 14072 14073 14074 14075 14076 14077 |
# File 'lib/v20180228/models.rb', line 14071 def deserialize(params) @ExceptionType = params['ExceptionType'] @Offset = params['Offset'] @Limit = params['Limit'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] end |