Class: TencentCloud::Tke::V20180525::AnnotationValue

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

Overview

注释

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil) ⇒ AnnotationValue

Returns a new instance of AnnotationValue.



331
332
333
334
# File 'lib/v20180525/models.rb', line 331

def initialize(name=nil, value=nil)
  @Name = name
  @Value = value
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    注释键

  • Value:

    注释值



329
330
331
# File 'lib/v20180525/models.rb', line 329

def Name
  @Name
end

#ValueObject

Parameters:

  • Name:

    注释键

  • Value:

    注释值



329
330
331
# File 'lib/v20180525/models.rb', line 329

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



336
337
338
339
# File 'lib/v20180525/models.rb', line 336

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