Class: TencentCloud::Wedata::V20210820::Property

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

Overview

dlc建表属性

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Property.



30448
30449
30450
30451
# File 'lib/v20210820/models.rb', line 30448

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

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

    key值

  • Value:

    value值



30446
30447
30448
# File 'lib/v20210820/models.rb', line 30446

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

    key值

  • Value:

    value值



30446
30447
30448
# File 'lib/v20210820/models.rb', line 30446

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



30453
30454
30455
30456
# File 'lib/v20210820/models.rb', line 30453

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