Class: TencentCloud::Ecdn::V20191012::DescribeEcdnDomainLogsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecdn::V20191012::DescribeEcdnDomainLogsRequest
- Defined in:
- lib/v20191012/models.rb
Overview
DescribeEcdnDomainLogs请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, starttime = nil, endtime = nil, offset = nil, limit = nil) ⇒ DescribeEcdnDomainLogsRequest
constructor
A new instance of DescribeEcdnDomainLogsRequest.
Constructor Details
#initialize(domain = nil, starttime = nil, endtime = nil, offset = nil, limit = nil) ⇒ DescribeEcdnDomainLogsRequest
Returns a new instance of DescribeEcdnDomainLogsRequest.
320 321 322 323 324 325 326 |
# File 'lib/v20191012/models.rb', line 320 def initialize(domain=nil, starttime=nil, endtime=nil, offset=nil, limit=nil) @Domain = domain @StartTime = starttime @EndTime = endtime @Offset = offset @Limit = limit end |
Instance Attribute Details
#Domain ⇒ Object
318 319 320 |
# File 'lib/v20191012/models.rb', line 318 def Domain @Domain end |
#EndTime ⇒ Object
318 319 320 |
# File 'lib/v20191012/models.rb', line 318 def EndTime @EndTime end |
#Limit ⇒ Object
318 319 320 |
# File 'lib/v20191012/models.rb', line 318 def Limit @Limit end |
#Offset ⇒ Object
318 319 320 |
# File 'lib/v20191012/models.rb', line 318 def Offset @Offset end |
#StartTime ⇒ Object
318 319 320 |
# File 'lib/v20191012/models.rb', line 318 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
328 329 330 331 332 333 334 |
# File 'lib/v20191012/models.rb', line 328 def deserialize(params) @Domain = params['Domain'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Offset = params['Offset'] @Limit = params['Limit'] end |