Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.23 KB

DictionaryResponse.md

File metadata and controls

19 lines (14 loc) · 1.23 KB

DictionaryResponse

Properties

Name Type Description Notes
name str Name for the Dictionary (must start with an alphabetic character and can contain only alphanumeric characters, underscores, and whitespace). [optional]
write_only bool Determines if items in the dictionary are readable or not. [optional] if omitted the server will use the default value of False
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]
service_id str [optional] [readonly]
version int [optional] [readonly]
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]