Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.01 KB

DictionaryItemResponse.md

File metadata and controls

18 lines (13 loc) · 1.01 KB

DictionaryItemResponse

Properties

Name Type Description Notes
item_key str Item key, maximum 256 characters. [optional]
item_value str Item value, maximum 8000 characters. [optional]
created_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
deleted_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
updated_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
dictionary_id str [optional] [readonly]
service_id str [optional] [readonly]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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