Class: TencentCloud::Tione::V20211111::DescribeExportResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::DescribeExportResponse
- Defined in:
- lib/v20211111/models.rb
Overview
DescribeExport返回参数结构体
Instance Attribute Summary collapse
- #CosPath ⇒ Object
- #CreateTime ⇒ Object
- #ExportId ⇒ Object
- #FileName ⇒ Object
- #FileSize ⇒ Object
- #RequestId ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(exportid = nil, filename = nil, cospath = nil, createtime = nil, filesize = nil, status = nil, requestid = nil) ⇒ DescribeExportResponse
constructor
A new instance of DescribeExportResponse.
Constructor Details
#initialize(exportid = nil, filename = nil, cospath = nil, createtime = nil, filesize = nil, status = nil, requestid = nil) ⇒ DescribeExportResponse
Returns a new instance of DescribeExportResponse.
3095 3096 3097 3098 3099 3100 3101 3102 3103 |
# File 'lib/v20211111/models.rb', line 3095 def initialize(exportid=nil, filename=nil, cospath=nil, createtime=nil, filesize=nil, status=nil, requestid=nil) @ExportId = exportid @FileName = filename @CosPath = cospath @CreateTime = createtime @FileSize = filesize @Status = status @RequestId = requestid end |
Instance Attribute Details
#CosPath ⇒ Object
3093 3094 3095 |
# File 'lib/v20211111/models.rb', line 3093 def CosPath @CosPath end |
#CreateTime ⇒ Object
3093 3094 3095 |
# File 'lib/v20211111/models.rb', line 3093 def CreateTime @CreateTime end |
#ExportId ⇒ Object
3093 3094 3095 |
# File 'lib/v20211111/models.rb', line 3093 def ExportId @ExportId end |
#FileName ⇒ Object
3093 3094 3095 |
# File 'lib/v20211111/models.rb', line 3093 def FileName @FileName end |
#FileSize ⇒ Object
3093 3094 3095 |
# File 'lib/v20211111/models.rb', line 3093 def FileSize @FileSize end |
#RequestId ⇒ Object
3093 3094 3095 |
# File 'lib/v20211111/models.rb', line 3093 def RequestId @RequestId end |
#Status ⇒ Object
3093 3094 3095 |
# File 'lib/v20211111/models.rb', line 3093 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
3105 3106 3107 3108 3109 3110 3111 3112 3113 |
# File 'lib/v20211111/models.rb', line 3105 def deserialize(params) @ExportId = params['ExportId'] @FileName = params['FileName'] @CosPath = params['CosPath'] @CreateTime = params['CreateTime'] @FileSize = params['FileSize'] @Status = params['Status'] @RequestId = params['RequestId'] end |