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.
9186 9187 9188 9189 |
# File 'lib/v20180606/models.rb', line 9186 def initialize(logs=nil, requestid=nil) @Logs = logs @RequestId = requestid end |
Instance Attribute Details
#Logs ⇒ Object
9184 9185 9186 |
# File 'lib/v20180606/models.rb', line 9184 def Logs @Logs end |
#RequestId ⇒ Object
9184 9185 9186 |
# File 'lib/v20180606/models.rb', line 9184 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9191 9192 9193 9194 9195 9196 9197 |
# File 'lib/v20180606/models.rb', line 9191 def deserialize(params) unless params['Logs'].nil? @Logs = ClsSearchLogs.new @Logs.deserialize(params['Logs']) end @RequestId = params['RequestId'] end |