列映射

属性

名称

类型

描述

备注

EdgeMappingSourceVertexMappingsInnerColumn

[可选]

var_property

str

必须与schema保持一致

[optional]

示例

from gs_interactive.models.column_mapping import ColumnMapping

# TODO update the JSON string below
json = "{}"
# create an instance of ColumnMapping from a JSON string
column_mapping_instance = ColumnMapping.from_json(json)
# print the JSON string representation of the object
print ColumnMapping.to_json()

# convert the object into a dict
column_mapping_dict = column_mapping_instance.to_dict()
# create an instance of ColumnMapping from a dict
column_mapping_form_dict = column_mapping.from_dict(column_mapping_dict)

[返回模型列表] [返回API列表] [返回python_sdk]