Class: TencentCloud::Vod::V20180717::DescribeFileAttributesTaskOutput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::DescribeFileAttributesTaskOutput
- Defined in:
- lib/v20180717/models.rb
Overview
获取文件属性任务输出
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(md5 = nil, sha1 = nil) ⇒ DescribeFileAttributesTaskOutput
constructor
A new instance of DescribeFileAttributesTaskOutput.
Constructor Details
#initialize(md5 = nil, sha1 = nil) ⇒ DescribeFileAttributesTaskOutput
Returns a new instance of DescribeFileAttributesTaskOutput.
11094 11095 11096 11097 |
# File 'lib/v20180717/models.rb', line 11094 def initialize(md5=nil, sha1=nil) @Md5 = md5 @Sha1 = sha1 end |
Instance Attribute Details
#Md5 ⇒ Object
11092 11093 11094 |
# File 'lib/v20180717/models.rb', line 11092 def Md5 @Md5 end |
#Sha1 ⇒ Object
11092 11093 11094 |
# File 'lib/v20180717/models.rb', line 11092 def Sha1 @Sha1 end |
Instance Method Details
#deserialize(params) ⇒ Object
11099 11100 11101 11102 |
# File 'lib/v20180717/models.rb', line 11099 def deserialize(params) @Md5 = params['Md5'] @Sha1 = params['Sha1'] end |