Skip to content

IntegerSettings

Properties

Name Type Description Notes
default_values List[int] [optional]

Example

from libica.openapi.v3.models.integer_settings import IntegerSettings

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

# convert the object into a dict
integer_settings_dict = integer_settings_instance.to_dict()
# create an instance of IntegerSettings from a dict
integer_settings_from_dict = IntegerSettings.from_dict(integer_settings_dict)

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