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.



19301
19302
19303
19304
# File 'lib/v20210820/models.rb', line 19301

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

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

    key值

  • Value:

    value值



19299
19300
19301
# File 'lib/v20210820/models.rb', line 19299

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

    key值

  • Value:

    value值



19299
19300
19301
# File 'lib/v20210820/models.rb', line 19299

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



19306
19307
19308
19309
# File 'lib/v20210820/models.rb', line 19306

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