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.



338
339
340
341
# File 'lib/v20180525/models.rb', line 338

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

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    注释键

  • Value:

    注释值



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

def Name
  @Name
end

#ValueObject

Parameters:

  • Name:

    注释键

  • Value:

    注释值



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

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



343
344
345
346
# File 'lib/v20180525/models.rb', line 343

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