FixedCharChar

属性

名称

类型

描述

备注

fixed_length

int

示例

from gs_interactive.models.fixed_char_char import FixedCharChar

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

# convert the object into a dict
fixed_char_char_dict = fixed_char_char_instance.to_dict()
# create an instance of FixedCharChar from a dict
fixed_char_char_form_dict = fixed_char_char.from_dict(fixed_char_char_dict)

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