Class: TencentCloud::Waf::V20180125::ExportAccessInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ExportAccessInfo
- Defined in:
- lib/v20180125/models.rb
Overview
DescribeAccessExports接口
Instance Attribute Summary collapse
- #CosPath ⇒ Object
- #Count ⇒ Object
- #CreateTime ⇒ Object
- #ExportId ⇒ Object
- #FileName ⇒ Object
- #FileSize ⇒ Object
- #Format ⇒ Object
- #From ⇒ Object
- #Order ⇒ Object
- #Query ⇒ Object
- #Status ⇒ Object
- #To ⇒ 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, from = nil, to = nil, cospath = nil, createtime = nil) ⇒ ExportAccessInfo
constructor
A new instance of ExportAccessInfo.
Constructor Details
#initialize(exportid = nil, query = nil, filename = nil, filesize = nil, order = nil, format = nil, count = nil, status = nil, from = nil, to = nil, cospath = nil, createtime = nil) ⇒ ExportAccessInfo
Returns a new instance of ExportAccessInfo.
11043 11044 11045 11046 11047 11048 11049 11050 11051 11052 11053 11054 11055 11056 |
# File 'lib/v20180125/models.rb', line 11043 def initialize(exportid=nil, query=nil, filename=nil, filesize=nil, order=nil, format=nil, count=nil, status=nil, from=nil, to=nil, cospath=nil, createtime=nil) @ExportId = exportid @Query = query @FileName = filename @FileSize = filesize @Order = order @Format = format @Count = count @Status = status @From = from @To = to @CosPath = cospath @CreateTime = createtime end |
Instance Attribute Details
#CosPath ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def CosPath @CosPath end |
#Count ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def Count @Count end |
#CreateTime ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def CreateTime @CreateTime end |
#ExportId ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def ExportId @ExportId end |
#FileName ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def FileName @FileName end |
#FileSize ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def FileSize @FileSize end |
#Format ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def Format @Format end |
#From ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def From @From end |
#Order ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def Order @Order end |
#Query ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def Query @Query end |
#Status ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def Status @Status end |
#To ⇒ Object
11041 11042 11043 |
# File 'lib/v20180125/models.rb', line 11041 def To @To end |
Instance Method Details
#deserialize(params) ⇒ Object
11058 11059 11060 11061 11062 11063 11064 11065 11066 11067 11068 11069 11070 11071 |
# File 'lib/v20180125/models.rb', line 11058 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'] @From = params['From'] @To = params['To'] @CosPath = params['CosPath'] @CreateTime = params['CreateTime'] end |