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.



19585
19586
19587
19588
# File 'lib/v20210820/models.rb', line 19585

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

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

    key值

  • Value:

    value值



19583
19584
19585
# File 'lib/v20210820/models.rb', line 19583

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

    key值

  • Value:

    value值



19583
19584
19585
# File 'lib/v20210820/models.rb', line 19583

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



19590
19591
19592
19593
# File 'lib/v20210820/models.rb', line 19590

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