Class: TencentCloud::Teo::V20220901::DownloadL4LogsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220901/models.rb

Overview

DownloadL4Logs请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(starttime = nil, endtime = nil, zoneids = nil, proxyids = nil, limit = nil, offset = nil) ⇒ DownloadL4LogsRequest



12210
12211
12212
12213
12214
12215
12216
12217
# File 'lib/v20220901/models.rb', line 12210

def initialize(starttime=nil, endtime=nil, zoneids=nil, proxyids=nil, limit=nil, offset=nil)
  @StartTime = starttime
  @EndTime = endtime
  @ZoneIds = zoneids
  @ProxyIds = proxyids
  @Limit = limit
  @Offset = offset
end

Instance Attribute Details

#EndTimeObject



12208
12209
12210
# File 'lib/v20220901/models.rb', line 12208

def EndTime
  @EndTime
end

#LimitObject



12208
12209
12210
# File 'lib/v20220901/models.rb', line 12208

def Limit
  @Limit
end

#OffsetObject



12208
12209
12210
# File 'lib/v20220901/models.rb', line 12208

def Offset
  @Offset
end

#ProxyIdsObject



12208
12209
12210
# File 'lib/v20220901/models.rb', line 12208

def ProxyIds
  @ProxyIds
end

#StartTimeObject



12208
12209
12210
# File 'lib/v20220901/models.rb', line 12208

def StartTime
  @StartTime
end

#ZoneIdsObject



12208
12209
12210
# File 'lib/v20220901/models.rb', line 12208

def ZoneIds
  @ZoneIds
end

Instance Method Details

#deserialize(params) ⇒ Object



12219
12220
12221
12222
12223
12224
12225
12226
# File 'lib/v20220901/models.rb', line 12219

def deserialize(params)
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @ZoneIds = params['ZoneIds']
  @ProxyIds = params['ProxyIds']
  @Limit = params['Limit']
  @Offset = params['Offset']
end