Class: TencentCloud::Tione::V20211111::CosPathInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::CosPathInfo
- Defined in:
- lib/v20211111/models.rb
Overview
cos的路径信息
Instance Attribute Summary collapse
-
#Bucket ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Paths ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucket = nil, region = nil, paths = nil) ⇒ CosPathInfo
constructor
A new instance of CosPathInfo.
Constructor Details
#initialize(bucket = nil, region = nil, paths = nil) ⇒ CosPathInfo
Returns a new instance of CosPathInfo.
418 419 420 421 422 |
# File 'lib/v20211111/models.rb', line 418 def initialize(bucket=nil, region=nil, paths=nil) @Bucket = bucket @Region = region @Paths = paths end |
Instance Attribute Details
#Bucket ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
416 417 418 |
# File 'lib/v20211111/models.rb', line 416 def Bucket @Bucket end |
#Paths ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
416 417 418 |
# File 'lib/v20211111/models.rb', line 416 def Paths @Paths end |
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
416 417 418 |
# File 'lib/v20211111/models.rb', line 416 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
424 425 426 427 428 |
# File 'lib/v20211111/models.rb', line 424 def deserialize(params) @Bucket = params['Bucket'] @Region = params['Region'] @Paths = params['Paths'] end |