Class: TencentCloud::Cloudstudio::V20230508::Image
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudstudio::V20230508::Image
- Defined in:
- lib/v20230508/models.rb
Overview
基础镜像
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, repository = nil, tags = nil) ⇒ Image
constructor
A new instance of Image.
Constructor Details
#initialize(name = nil, repository = nil, tags = nil) ⇒ Image
Returns a new instance of Image.
337 338 339 340 341 |
# File 'lib/v20230508/models.rb', line 337 def initialize(name=nil, repository=nil, =nil) @Name = name @Repository = repository @Tags = end |
Instance Attribute Details
#Name ⇒ Object
335 336 337 |
# File 'lib/v20230508/models.rb', line 335 def Name @Name end |
#Repository ⇒ Object
335 336 337 |
# File 'lib/v20230508/models.rb', line 335 def Repository @Repository end |
#Tags ⇒ Object
335 336 337 |
# File 'lib/v20230508/models.rb', line 335 def Tags @Tags end |
Instance Method Details
#deserialize(params) ⇒ Object
343 344 345 346 347 |
# File 'lib/v20230508/models.rb', line 343 def deserialize(params) @Name = params['Name'] @Repository = params['Repository'] @Tags = params['Tags'] end |