Class: TencentCloud::Omics::V20221128::CosFileInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Omics::V20221128::CosFileInfo
- Defined in:
- lib/v20221128/models.rb
Overview
COS 文件信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucket = nil, uri = nil, region = nil) ⇒ CosFileInfo
constructor
A new instance of CosFileInfo.
Constructor Details
#initialize(bucket = nil, uri = nil, region = nil) ⇒ CosFileInfo
Returns a new instance of CosFileInfo.
191 192 193 194 195 |
# File 'lib/v20221128/models.rb', line 191 def initialize(bucket=nil, uri=nil, region=nil) @Bucket = bucket @Uri = uri @Region = region end |
Instance Attribute Details
#Bucket ⇒ Object
189 190 191 |
# File 'lib/v20221128/models.rb', line 189 def Bucket @Bucket end |
#Region ⇒ Object
189 190 191 |
# File 'lib/v20221128/models.rb', line 189 def Region @Region end |
#Uri ⇒ Object
189 190 191 |
# File 'lib/v20221128/models.rb', line 189 def Uri @Uri end |
Instance Method Details
#deserialize(params) ⇒ Object
197 198 199 200 201 |
# File 'lib/v20221128/models.rb', line 197 def deserialize(params) @Bucket = params['Bucket'] @Uri = params['Uri'] @Region = params['Region'] end |