Class: TencentCloud::Cdn::V20180606::SearchClsLogResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::SearchClsLogResponse
- Defined in:
- lib/v20180606/models.rb
Overview
SearchClsLog返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logs = nil, requestid = nil) ⇒ SearchClsLogResponse
constructor
A new instance of SearchClsLogResponse.
Constructor Details
#initialize(logs = nil, requestid = nil) ⇒ SearchClsLogResponse
Returns a new instance of SearchClsLogResponse.
12660 12661 12662 12663 |
# File 'lib/v20180606/models.rb', line 12660 def initialize(logs=nil, requestid=nil) @Logs = logs @RequestId = requestid end |
Instance Attribute Details
#Logs ⇒ Object
12658 12659 12660 |
# File 'lib/v20180606/models.rb', line 12658 def Logs @Logs end |
#RequestId ⇒ Object
12658 12659 12660 |
# File 'lib/v20180606/models.rb', line 12658 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12665 12666 12667 12668 12669 12670 12671 |
# File 'lib/v20180606/models.rb', line 12665 def deserialize(params) unless params['Logs'].nil? @Logs = ClsSearchLogs.new @Logs.deserialize(params['Logs']) end @RequestId = params['RequestId'] end |