VarChar

Properties

Name

Type

Description

Notes

var_char

VarCharVarChar

Example

from interactive_sdk.openapi.models.var_char import VarChar

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

# convert the object into a dict
var_char_dict = var_char_instance.to_dict()
# create an instance of VarChar from a dict
var_char_from_dict = VarChar.from_dict(var_char_dict)

[Back to Model list] [Back to API list] [Back to README]