Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.27 KB

XiqAddress.md

File metadata and controls

21 lines (16 loc) · 1.27 KB

extremecloudiq.model.xiq_address.XiqAddress

The address for a site or building.

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, The address for a site or building.

Dictionary Keys

Key Input Type Accessed Type Description Notes
address str, str, The address line 1
city str, str, The city/town of the address
address2 str, str, The address line 2 [optional]
state str, str, The province/state of the address [optional]
postal_code str, str, The postal/ZIP code of the address [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO 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]