Class: TencentCloud::Wedata::V20210820::TableMetaProperty

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

Overview

表附加信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TableMetaProperty.



35929
35930
35931
35932
# File 'lib/v20210820/models.rb', line 35929

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

Instance Attribute Details

#KeyObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    属性的key

  • Value:

    属性的值



35927
35928
35929
# File 'lib/v20210820/models.rb', line 35927

def Key
  @Key
end

#ValueObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    属性的key

  • Value:

    属性的值



35927
35928
35929
# File 'lib/v20210820/models.rb', line 35927

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



35934
35935
35936
35937
# File 'lib/v20210820/models.rb', line 35934

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