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.
12641 12642 12643 12644 |
# File 'lib/v20180606/models.rb', line 12641 def initialize(logs=nil, requestid=nil) @Logs = logs @RequestId = requestid end |
Instance Attribute Details
#Logs ⇒ Object
12639 12640 12641 |
# File 'lib/v20180606/models.rb', line 12639 def Logs @Logs end |
#RequestId ⇒ Object
12639 12640 12641 |
# File 'lib/v20180606/models.rb', line 12639 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12646 12647 12648 12649 12650 12651 12652 |
# File 'lib/v20180606/models.rb', line 12646 def deserialize(params) unless params['Logs'].nil? @Logs = ClsSearchLogs.new @Logs.deserialize(params['Logs']) end @RequestId = params['RequestId'] end |