参数

属性

名称

类型

描述

备注

名称

字符串

类型

GSDataType

allow_cast

bool

[可选]

示例

from gs_interactive.models.parameter import Parameter

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

# convert the object into a dict
parameter_dict = parameter_instance.to_dict()
# create an instance of Parameter from a dict
parameter_form_dict = parameter.from_dict(parameter_dict)

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