OBJECT
Address
An internationalized Address.
The amount of data available depends on what has been
set. Use status
to determine how much of the
address should be populated.
link GraphQL Schema definition
- type Address {
- # The street address lines, generally this will
- # be one or two entries although some addresses will have three.
- String!] : [
- # The administrative area, exact definition varies based on location, but for US
- # addresses this is the state.
- String :
- # The locality, exact definition varies based on location, but for US addresses
- # this is the city.
- String :
- # The dependent locality, more specific than city, not often used in US addresses.
- String :
- String :
- String :
- # Two character ISO-3166 country code.
- String :
- # The US display name for the country.
- String :
- # The address formatted to the specification of
- # the country.
- # Each entry in the array represents an address line.
- String!] : [
- # The raw address as a single line.
- String :
- # Describes how reliable the address information is.
- AddressStatus :
- }
link Require by
- ModelA digital twin, metadata and access to assets associated with a 3D model of a space.
- ModelSearchResultThis is a flattened representation of the model which removes or merges all lists of complex objects so that the fields may be directly queried. Any field on this object may be included as a keyword in the models query. For example "name: Demo" would search for models with the word Demo in the name. A search for "mattertags.labels: kitchen" would search for any models that have at least one mattertag with the word kitchen in the label.
- ModelSummaryA base interface of common fields found on the model returned from a full get or from the search results.