Class: TencentCloud::Tione::V20211111::GooseFSx
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::GooseFSx
- Defined in:
- lib/v20211111/models.rb
Overview
GosseFSx的配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, path = nil) ⇒ GooseFSx
constructor
A new instance of GooseFSx.
Constructor Details
#initialize(id = nil, path = nil) ⇒ GooseFSx
Returns a new instance of GooseFSx.
4477 4478 4479 4480 |
# File 'lib/v20211111/models.rb', line 4477 def initialize(id=nil, path=nil) @Id = id @Path = path end |
Instance Attribute Details
#Id ⇒ Object
4475 4476 4477 |
# File 'lib/v20211111/models.rb', line 4475 def Id @Id end |
#Path ⇒ Object
4475 4476 4477 |
# File 'lib/v20211111/models.rb', line 4475 def Path @Path end |
Instance Method Details
#deserialize(params) ⇒ Object
4482 4483 4484 4485 |
# File 'lib/v20211111/models.rb', line 4482 def deserialize(params) @Id = params['Id'] @Path = params['Path'] end |