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.
9178 9179 9180 9181 |
# File 'lib/v20180606/models.rb', line 9178 def initialize(logs=nil, requestid=nil) @Logs = logs @RequestId = requestid end |
Instance Attribute Details
#Logs ⇒ Object
9176 9177 9178 |
# File 'lib/v20180606/models.rb', line 9176 def Logs @Logs end |
#RequestId ⇒ Object
9176 9177 9178 |
# File 'lib/v20180606/models.rb', line 9176 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9183 9184 9185 9186 9187 9188 9189 |
# File 'lib/v20180606/models.rb', line 9183 def deserialize(params) unless params['Logs'].nil? @Logs = ClsSearchLogs.new @Logs.deserialize(params['Logs']) end @RequestId = params['RequestId'] end |