Class: TencentCloud::Cwp::V20180228::ExportInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportInfo
- Defined in:
- lib/v20180228/models.rb
Overview
日志下载任务列表
Instance Attribute Summary collapse
- #CosPath ⇒ Object
- #Count ⇒ Object
- #CreateTime ⇒ Object
- #EndTime ⇒ Object
- #ExportId ⇒ Object
- #FileName ⇒ Object
- #FileSize ⇒ Object
- #Format ⇒ Object
- #Order ⇒ Object
- #Query ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(exportid = nil, query = nil, filename = nil, filesize = nil, order = nil, format = nil, count = nil, status = nil, starttime = nil, endtime = nil, cospath = nil, createtime = nil) ⇒ ExportInfo
constructor
A new instance of ExportInfo.
Constructor Details
#initialize(exportid = nil, query = nil, filename = nil, filesize = nil, order = nil, format = nil, count = nil, status = nil, starttime = nil, endtime = nil, cospath = nil, createtime = nil) ⇒ ExportInfo
Returns a new instance of ExportInfo.
27320 27321 27322 27323 27324 27325 27326 27327 27328 27329 27330 27331 27332 27333 |
# File 'lib/v20180228/models.rb', line 27320 def initialize(exportid=nil, query=nil, filename=nil, filesize=nil, order=nil, format=nil, count=nil, status=nil, starttime=nil, endtime=nil, cospath=nil, createtime=nil) @ExportId = exportid @Query = query @FileName = filename @FileSize = filesize @Order = order @Format = format @Count = count @Status = status @StartTime = starttime @EndTime = endtime @CosPath = cospath @CreateTime = createtime end |
Instance Attribute Details
#CosPath ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def CosPath @CosPath end |
#Count ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def Count @Count end |
#CreateTime ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def CreateTime @CreateTime end |
#EndTime ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def EndTime @EndTime end |
#ExportId ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def ExportId @ExportId end |
#FileName ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def FileName @FileName end |
#FileSize ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def FileSize @FileSize end |
#Format ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def Format @Format end |
#Order ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def Order @Order end |
#Query ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def Query @Query end |
#StartTime ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def StartTime @StartTime end |
#Status ⇒ Object
27318 27319 27320 |
# File 'lib/v20180228/models.rb', line 27318 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
27335 27336 27337 27338 27339 27340 27341 27342 27343 27344 27345 27346 27347 27348 |
# File 'lib/v20180228/models.rb', line 27335 def deserialize(params) @ExportId = params['ExportId'] @Query = params['Query'] @FileName = params['FileName'] @FileSize = params['FileSize'] @Order = params['Order'] @Format = params['Format'] @Count = params['Count'] @Status = params['Status'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @CosPath = params['CosPath'] @CreateTime = params['CreateTime'] end |