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.
27781 27782 27783 27784 27785 27786 27787 27788 27789 27790 27791 27792 27793 27794 |
# File 'lib/v20180228/models.rb', line 27781 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
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def CosPath @CosPath end |
#Count ⇒ Object
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def Count @Count end |
#CreateTime ⇒ Object
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def CreateTime @CreateTime end |
#EndTime ⇒ Object
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def EndTime @EndTime end |
#ExportId ⇒ Object
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def ExportId @ExportId end |
#FileName ⇒ Object
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def FileName @FileName end |
#FileSize ⇒ Object
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def FileSize @FileSize end |
#Format ⇒ Object
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def Format @Format end |
#Order ⇒ Object
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def Order @Order end |
#Query ⇒ Object
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def Query @Query end |
#StartTime ⇒ Object
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def StartTime @StartTime end |
#Status ⇒ Object
27779 27780 27781 |
# File 'lib/v20180228/models.rb', line 27779 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
27796 27797 27798 27799 27800 27801 27802 27803 27804 27805 27806 27807 27808 27809 |
# File 'lib/v20180228/models.rb', line 27796 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 |