Class: TencentCloud::Icr::V20211014::ReqMetadataVagrant

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20211014/models.rb

Overview

请求参数Vagrant

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, value = nil) ⇒ ReqMetadataVagrant

Returns a new instance of ReqMetadataVagrant.



414
415
416
417
# File 'lib/v20211014/models.rb', line 414

def initialize(key=nil, value=nil)
  @Key = key
  @Value = value
end

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

  • Value:



412
413
414
# File 'lib/v20211014/models.rb', line 412

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

  • Value:



412
413
414
# File 'lib/v20211014/models.rb', line 412

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



419
420
421
422
# File 'lib/v20211014/models.rb', line 419

def deserialize(params)
  @Key = params['Key']
  @Value = params['Value']
end