Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1.48 KB

Alias.md

File metadata and controls

16 lines (12 loc) · 1.48 KB

Alias

Properties

Name Type Description Notes
id str { "description" : "ID of the alias.", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "ID of the organization associated with the alias.", "verbs":["POST","PUT","GET"] }
alias str { "description" : "A string representation of the alias.", "verbs":["POST","PUT","GET"] }
deleted bool { "description" : "Has this alias been deleted?", "verbs":["POST","PUT","GET"] } [default to False]
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]

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