Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 950 Bytes

DictionaryResponse.md

File metadata and controls

17 lines (13 loc) · 950 Bytes

# DictionaryResponse

Properties

Name Type Description Notes
name string 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] [defaults to false]
created_at \DateTime Date and time in ISO 8601 format. [optional] [readonly]
deleted_at \DateTime Date and time in ISO 8601 format. [optional] [readonly]
updated_at \DateTime Date and time in ISO 8601 format. [optional] [readonly]
service_id string [optional] [readonly]
version int [optional] [readonly]
id string [optional] [readonly]

[Back to API list] [Back to README]